X-Git-Url: http://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=blobdiff_plain;f=org.argeo.entity.api%2Fsrc%2Forg%2Fargeo%2Fentity%2FEntityJcrUtils.java;h=dfe3df780a532c45a9d1a7c348759cd9d8b49cd2;hp=f32c1825659a3a960491d943734f0e37a8e72da9;hb=7376a779160286467576049f3d407258e675e6cd;hpb=04cafe75836841a6c845b8dbc0cc80998442f78f diff --git a/org.argeo.entity.api/src/org/argeo/entity/EntityJcrUtils.java b/org.argeo.entity.api/src/org/argeo/entity/EntityJcrUtils.java index f32c182..dfe3df7 100644 --- a/org.argeo.entity.api/src/org/argeo/entity/EntityJcrUtils.java +++ b/org.argeo.entity.api/src/org/argeo/entity/EntityJcrUtils.java @@ -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