OPENJPA-927 Committing code contributed by Dianne Richards

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@750115 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jeremy Bauer 2009-03-04 19:23:53 +00:00
parent b611d3f34e
commit 3e8f626668
1 changed files with 0 additions and 4 deletions

View File

@ -1513,10 +1513,6 @@ public class EntityManagerImpl
Map<String, Object> finalMap =
new HashMap<String, Object>(currentProperties);
// Remove the password property
finalMap.remove("javax.persistence.jdbc.password");
finalMap.remove("openjpa.ConnectionPassword");
return finalMap;
}