瀏覽代碼

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

Siddharth Wagle 9 年之前
父節點
當前提交
18dca6011a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-server/src/main/java/org/apache/ambari/server/state/cluster/ClusterImpl.java

+ 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}.
    * The unique ID of the {@link @ClusterEntity}.
    */
    */
-  private final Long clusterId;
+  private final long clusterId;
 
 
   private String clusterName;
   private String clusterName;