You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by ce...@apache.org on 2010/04/27 18:14:41 UTC

svn commit: r938544 - in /xmlbeans/trunk: src/xmlpublic/org/apache/xmlbeans/XmlErrorCodes.java test/src/scomp/contentType/simple/detailed/BuiltInType.java

Author: cezar
Date: Tue Apr 27 16:14:41 2010
New Revision: 938544

URL: http://svn.apache.org/viewvc?rev=938544&view=rev
Log:
Fix chars  in comments to avoid errors in IntelliJ under linux.

Modified:
    xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlErrorCodes.java
    xmlbeans/trunk/test/src/scomp/contentType/simple/detailed/BuiltInType.java

Modified: xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlErrorCodes.java
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlErrorCodes.java?rev=938544&r1=938543&r2=938544&view=diff
==============================================================================
--- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlErrorCodes.java (original)
+++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlErrorCodes.java Tue Apr 27 16:14:41 2010
@@ -1850,8 +1850,8 @@ public abstract class XmlErrorCodes
      * use from the <a href="http://www.w3c.org/TR/xmlschema-1/#ct-base_type_definition" class="propref">{base type definition}</a>.
      * Such an <a href="http://www.w3c.org/TR/xmlschema-1/#element-attribute" class="eltref">&lt;attribute&gt;</a>
      * does not correspond to any component, and hence there is no interaction with either explicit
-     * or inherited wildcards in the operation of <a href="http://www.w3c.org/TR/xmlschema-1/#formal-complex-type">Complex Type Definition Validation Rules (§3.4.4)</a>
-     * or <a href="#coss-ct">Constraints on Complex Type Definition Schema Components (§3.4.6)</a>.
+     * or inherited wildcards in the operation of <a href="http://www.w3c.org/TR/xmlschema-1/#formal-complex-type">Complex Type Definition Validation Rules (3.4.4)</a>
+     * or <a href="#coss-ct">Constraints on Complex Type Definition Schema Components (3.4.6)</a>.
      * </blockquote>
      */
     public static final String ELEM_COMPLEX_TYPE_LOCALLY_VALID$PROHIBITED_ATTRIBUTE = "cvc-complex-type.prohibited-attribute";

Modified: xmlbeans/trunk/test/src/scomp/contentType/simple/detailed/BuiltInType.java
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/test/src/scomp/contentType/simple/detailed/BuiltInType.java?rev=938544&r1=938543&r2=938544&view=diff
==============================================================================
--- xmlbeans/trunk/test/src/scomp/contentType/simple/detailed/BuiltInType.java (original)
+++ xmlbeans/trunk/test/src/scomp/contentType/simple/detailed/BuiltInType.java Tue Apr 27 16:14:41 2010
@@ -191,9 +191,9 @@ public class BuiltInType extends BaseCas
         intDoc.setIntElt(2147483647);
         assertTrue(intDoc.validate(validateOptions));
         /**
-         * short is ·derived· from int by
-         * setting the value of ·maxInclusive·
-         * to be 32767 and ·minInclusive· to be -32768.
+         * short is derived from int by
+         * setting the value of maxInclusive
+         * to be 32767 and minInclusive to be -32768.
          */
         ShortEltDocument shDoc = ShortEltDocument.Factory.parse("<ShortElt " +
                 " xmlns=\"http://xbean/scomp/contentType/builtIn/Number\"" +



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: commits-help@xmlbeans.apache.org