mirror of
https://github.com/apache/openjpa.git
synced 2025-02-22 18:32:06 +00:00
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…
x
Reference in New Issue
Block a user