From: Mathieu Baudier Date: Sat, 31 Oct 2020 11:23:21 +0000 (+0100) Subject: Make constants private. X-Git-Tag: argeo-suite-2.1.16~47 X-Git-Url: http://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=commitdiff_plain;h=7376a779160286467576049f3d407258e675e6cd Make constants private. --- 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