OPENJPA-428: Revert Changes

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1384463 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jody Grassel 2012-09-13 18:37:49 +00:00
parent f75a9b4375
commit a3e0a52f10
2 changed files with 4 additions and 11 deletions

View File

@ -665,7 +665,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, map);
// now warn if there are any remaining properties that there
// is an unhandled prop, and remove the unknown properties

View File

@ -699,12 +699,6 @@ public class Configurations {
return null;
}
public static void removeProperty(String partialKey, Map<?,?> remaining, Map<?,?> props) {
if (removeProperty(partialKey, remaining) != null) {
removeProperty(partialKey, props);
}
}
/**
* Runs <code>runnable</code> against all the anchors in the configuration
* pointed to by <code>opts</code>. Each invocation gets a fresh clone of