Author: ppoddar
Date: Mon Jan 29 10:31:27 2007
New Revision: 501139

URL: http://svn.apache.org/viewvc?view=rev&rev=501139
Log:
Rollback redundant change of removing "Id" before warning for unrecognized 
configuration keys.


Modified:
    
incubator/openjpa/trunk/openjpa-lib/src/main/java/org/apache/openjpa/lib/conf/ConfigurationImpl.java

Modified: 
incubator/openjpa/trunk/openjpa-lib/src/main/java/org/apache/openjpa/lib/conf/ConfigurationImpl.java
URL: 
http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-lib/src/main/java/org/apache/openjpa/lib/conf/ConfigurationImpl.java?view=diff&rev=501139&r1=501138&r2=501139
==============================================================================
--- 
incubator/openjpa/trunk/openjpa-lib/src/main/java/org/apache/openjpa/lib/conf/ConfigurationImpl.java
 (original)
+++ 
incubator/openjpa/trunk/openjpa-lib/src/main/java/org/apache/openjpa/lib/conf/ConfigurationImpl.java
 Mon Jan 29 10:31:27 2007
@@ -636,7 +636,6 @@
         // <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


Reply via email to