OPENJPA-2491. One other minor spelling update for a testcase name...

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1589183 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Kevin W. Sutter 2014-04-22 15:57:49 +00:00
parent a90ffa2760
commit 8aa54b6989
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ public class TestMultithreadedReparameterization extends TestCase {
}
}
public void testReparametrizationUnderHeavyLoad() throws Exception {
public void testReparameterizationUnderHeavyLoad() throws Exception {
long baseId = System.currentTimeMillis();
EntityManager em = emf.createEntityManager();
em.getTransaction().begin();