Polish
See gh-27940
This commit is contained in:
committed by
Stephane Nicoll
parent
b8b2e56fab
commit
cf0fcafd13
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2012-2019 the original author or authors.
|
||||
* Copyright 2012-2021 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -46,7 +46,7 @@ public class TestEntityManager {
|
||||
}
|
||||
|
||||
/**
|
||||
* Make an instance managed and persistent then return it's ID. Delegates to
|
||||
* Make an instance managed and persistent then return its ID. Delegates to
|
||||
* {@link EntityManager#persist(Object)} then {@link #getId(Object)}.
|
||||
* <p>
|
||||
* Helpful when setting up test data in a test: <pre class="code">
|
||||
@@ -61,7 +61,7 @@ public class TestEntityManager {
|
||||
}
|
||||
|
||||
/**
|
||||
* Make an instance managed and persistent then return it's ID. Delegates to
|
||||
* Make an instance managed and persistent then return its ID. Delegates to
|
||||
* {@link EntityManager#persist(Object)} then {@link #getId(Object, Class)}.
|
||||
* <p>
|
||||
* Helpful when setting up test data in a test: <pre class="code">
|
||||
|
||||
Reference in New Issue
Block a user