Ver Fonte

AMBARI-14411. Fix stale cluster entity reference which results in merge issues. Revert to primitive. (swagle)

Siddharth Wagle há 9 anos atrás
pai
commit
18dca6011a

+ 1 - 1
ambari-server/src/main/java/org/apache/ambari/server/state/cluster/ClusterImpl.java

@@ -194,7 +194,7 @@ public class ClusterImpl implements Cluster {
   /**
    * The unique ID of the {@link @ClusterEntity}.
    */
-  private final Long clusterId;
+  private final long clusterId;
 
   private String clusterName;