Author: angela
Date: Thu Apr  6 07:21:50 2017
New Revision: 1790350

URL: http://svn.apache.org/viewvc?rev=1790350&view=rev
Log:
OAK-6041 : o.a.j.oak.plugins.identifier.ClusterRepositoryInfo should have 
private constructor

Modified:
    
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/identifier/ClusterRepositoryInfo.java

Modified: 
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/identifier/ClusterRepositoryInfo.java
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/identifier/ClusterRepositoryInfo.java?rev=1790350&r1=1790349&r2=1790350&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/identifier/ClusterRepositoryInfo.java
 (original)
+++ 
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/identifier/ClusterRepositoryInfo.java
 Thu Apr  6 07:21:50 2017
@@ -42,6 +42,9 @@ public class ClusterRepositoryInfo {
     public static final String CLUSTER_CONFIG_NODE = ":clusterConfig";
     public static final String CLUSTER_ID_PROP = ":clusterId";
 
+    private ClusterRepositoryInfo() {
+    }
+
     /**
      * Gets the {# CLUSTER_ID_PROP} if available, if it doesn't it 
      * creates it and returns the newly created one (or if that


Reply via email to