See gh-27940
This commit is contained in:
dreis2211
2021-09-11 11:20:47 +02:00
committed by Stephane Nicoll
parent b8b2e56fab
commit cf0fcafd13
41 changed files with 74 additions and 74 deletions

View File

@@ -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">