mirror of https://github.com/apache/openjpa.git
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:
parent
b611d3f34e
commit
3e8f626668
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue