You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2013/03/18 18:10:13 UTC

svn commit: r1457867 - in /jena/trunk/jena-iri/src/main/java/org/apache/jena/iri: ViolationCodes.java impl/violations.xml

Author: andy
Date: Mon Mar 18 17:10:13 2013
New Revision: 1457867

URL: http://svn.apache.org/r1457867
Log:
Remove mention of icu4j in a message.

Modified:
    jena/trunk/jena-iri/src/main/java/org/apache/jena/iri/ViolationCodes.java
    jena/trunk/jena-iri/src/main/java/org/apache/jena/iri/impl/violations.xml

Modified: jena/trunk/jena-iri/src/main/java/org/apache/jena/iri/ViolationCodes.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-iri/src/main/java/org/apache/jena/iri/ViolationCodes.java?rev=1457867&r1=1457866&r2=1457867&view=diff
==============================================================================
--- jena/trunk/jena-iri/src/main/java/org/apache/jena/iri/ViolationCodes.java (original)
+++ jena/trunk/jena-iri/src/main/java/org/apache/jena/iri/ViolationCodes.java Mon Mar 18 17:10:13 2013
@@ -5091,8 +5091,8 @@ This class is not part of the API.
             new ViolationCodeInfo(
                 UNASSIGNED_UNICODE_CHARACTER,
                 "UNASSIGNED_UNICODE_CHARACTER",
-                "The character code is not assigned in the version of Unicode implemented here. Check validity of code, consider updating your copy of icu4j.jar.",
-                "<p>The character code is not assigned in the version of Unicode implemented here. Check validity of code, consider updating your copy of icu4j.jar.</p>",
+                "The character code is not assigned in the version of Unicode implemented here.",
+                "<p>The character code is not assigned in the version of Unicode implemented here.</p>",
                 0|Force.minting,
                 new InSpec[]{
                   
@@ -7505,7 +7505,6 @@ For instance, the "foo" tree would allow
         
     
 /**The character code is not assigned in the version of Unicode implemented here.
-      Check validity of code, consider updating your copy of icu4j.jar.
       
           <p>This violates the following specifications:
           <a href="#ref-Unicode">[Unicode]</a>, <a href="#ref-IRI">[IRI]</a>.

Modified: jena/trunk/jena-iri/src/main/java/org/apache/jena/iri/impl/violations.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-iri/src/main/java/org/apache/jena/iri/impl/violations.xml?rev=1457867&r1=1457866&r2=1457867&view=diff
==============================================================================
--- jena/trunk/jena-iri/src/main/java/org/apache/jena/iri/impl/violations.xml (original)
+++ jena/trunk/jena-iri/src/main/java/org/apache/jena/iri/impl/violations.xml Mon Mar 18 17:10:13 2013
@@ -1656,9 +1656,7 @@ For instance, the "foo" tree would allow
     <violation>
       <name>UNASSIGNED_UNICODE_CHARACTER</name>
       <minting/>
-      <description>The character code is not assigned in the version of Unicode implemented here.
-      Check validity of code, consider updating your copy of icu4j.jar.
-      </description>
+      <description>The character code is not assigned in the version of Unicode implemented here.</description>
       <also ref="Unicode"/>
       <also ref="IRI"/>
     </violation>