Author: kwsutter
Date: Mon Feb  6 15:57:41 2012
New Revision: 1241052

URL: http://svn.apache.org/viewvc?rev=1241052&view=rev
Log:
OPENJPA-2076.  The ASL message that is inserted into the generated metamodel 
code should not be translated.  Added a comment to indicate this.

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

Modified: 
openjpa/trunk/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/meta/localizer.properties
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/meta/localizer.properties?rev=1241052&r1=1241051&r2=1241052&view=diff
==============================================================================
--- 
openjpa/trunk/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/meta/localizer.properties
 (original)
+++ 
openjpa/trunk/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/meta/localizer.properties
 Mon Feb  6 15:57:41 2012
@@ -61,6 +61,7 @@ meta-field-not-param: Encountered field 
 meta-field-less-param: Encountered field "{2} {1}" in "{0}". This field has \
        less than two parameters and is not recognized as a canonical field.
 type-wrong-category:"{0}" categorized as "{1}" should be a "{2}"
+# Do not translate mmg-asl-header
 mmg-asl-header: Licensed to the Apache Software Foundation (ASF) under one \
        or more contributor license agreements.  See the NOTICE file 
distributed \
        with this work for additional information regarding copyright 
ownership.\


Reply via email to