فهرست منبع

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}.
    */
-  private final Long clusterId;
+  private final long clusterId;
 
   private String clusterName;