You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by pc...@apache.org on 2007/01/16 22:55:10 UTC

svn commit: r496869 - /incubator/openjpa/trunk/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties

Author: pcl
Date: Tue Jan 16 13:55:09 2007
New Revision: 496869

URL: http://svn.apache.org/viewvc?view=rev&rev=496869
Log:
corrected debug logic; improved trace message

Modified:
    incubator/openjpa/trunk/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties

Modified: incubator/openjpa/trunk/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties?view=diff&rev=496869&r1=496868&r2=496869
==============================================================================
--- incubator/openjpa/trunk/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties (original)
+++ incubator/openjpa/trunk/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/localizer.properties Tue Jan 16 13:55:09 2007
@@ -112,10 +112,11 @@
     Broker.
 map-persistent-type-names: Mapping resource location "{0}" to persistent \
 	types "{1}".
-map-persistent-types-skipping-non-url: Skipping mapping for location "{0}" \
-	since it is not a URL.
-map-persistent-types-skipping-class: Skipping mapping for location "{0}" since \
-	it is a class, and will not need to be re-parsed later.
+map-persistent-types-skipping-non-url: Skipping persistent type location \
+    association for location "{0}" since it is not a URL.
+map-persistent-types-skipping-class: Skipping persistent type location \
+    association for location "{0}" since it is a class, and will not \
+    need to be re-parsed later.
     
 EntityManagerFactory-name: EntityManagerFactory implementation
 EntityManagerFactory-desc: Allows extension of standard \