mirror of https://github.com/apache/openjpa.git
Rollback redundant change of removing "Id" before warning for unrecognized configuration keys.
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@501139 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d9c26d9a8d
commit
74823f7cd0
|
@ -636,7 +636,6 @@ public class ConfigurationImpl
|
|||
// <prefix>.properties System property; remove that property so we
|
||||
// we don't warn about it
|
||||
Configurations.removeProperty("properties", remaining);
|
||||
Configurations.removeProperty("Id", remaining);
|
||||
|
||||
// now warn if there are any remaining properties that there
|
||||
// is an unhandled prop
|
||||
|
|
Loading…
Reference in New Issue