Make constants private.
[gpl/argeo-suite.git] / org.argeo.entity.api / src / org / argeo / entity / EntityJcrUtils.java
index f32c1825659a3a960491d943734f0e37a8e72da9..dfe3df780a532c45a9d1a7c348759cd9d8b49cd2 100644 (file)
@@ -9,13 +9,13 @@ public class EntityJcrUtils {
         * The name of a node which will be serialized as XML text, as per section 7.3.1
         * of the JCR 2.0 specifications.
         */
-       public final static String JCR_XMLTEXT = "jcr:xmltext";
+       private final static String JCR_XMLTEXT = "jcr:xmltext";
 
        /**
         * The name of a property which will be serialized as XML text, as per section
         * 7.3.1 of the JCR 2.0 specifications.
         */
-       public final static String JCR_XMLCHARACTERS = "jcr:xmlcharacters";
+       private final static String JCR_XMLCHARACTERS = "jcr:xmlcharacters";
 
        /*
         * XML