OPENJPA-1068 remove debugging info left behind in last commit. Jeremy, thanks for the review and for catching this.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@780729 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2009-06-01 17:13:08 +00:00
parent d4c227ef00
commit 97caf21bb7
1 changed files with 0 additions and 1 deletions

View File

@ -1536,7 +1536,6 @@ public class OpenJPAConfigurationImpl
}
public void setValidationMode(String mode) {
Thread.dumpStack();
validationMode.setString(mode);
}