mirror of https://github.com/apache/openjpa.git
OPENJPA-1164. Fix stupid spelling mistake
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@792239 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
08bafa5ef5
commit
19d8d3f21d
|
@ -107,7 +107,7 @@ public abstract class AbstractWriteBehindTestCase extends SingleEMTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void tearDown() throws Exception {
|
public void tearDown() throws Exception {
|
||||||
// intentionall skip super.tearDown()
|
// intentionally skip super.tearDown()
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue