You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ka...@apache.org on 2013/09/24 23:30:51 UTC

git commit: [HELIX-238] Cleaned up ResourceAssignment

Updated Branches:
  refs/heads/helix-logical-model 96079e9bd -> 030ce35bc


[HELIX-238] Cleaned up ResourceAssignment


Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/030ce35b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/030ce35b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/030ce35b

Branch: refs/heads/helix-logical-model
Commit: 030ce35bcb36f38f9b158bc46764715d0b7c8df9
Parents: 96079e9
Author: Kanak Biscuitwala <ka...@apache.org>
Authored: Tue Sep 24 14:29:58 2013 -0700
Committer: Kanak Biscuitwala <ka...@apache.org>
Committed: Tue Sep 24 14:29:58 2013 -0700

----------------------------------------------------------------------
 .../main/java/org/apache/helix/model/ResourceAssignment.java | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/030ce35b/helix-core/src/main/java/org/apache/helix/model/ResourceAssignment.java
----------------------------------------------------------------------
diff --git a/helix-core/src/main/java/org/apache/helix/model/ResourceAssignment.java b/helix-core/src/main/java/org/apache/helix/model/ResourceAssignment.java
index 14183f5..4ab21ec 100644
--- a/helix-core/src/main/java/org/apache/helix/model/ResourceAssignment.java
+++ b/helix-core/src/main/java/org/apache/helix/model/ResourceAssignment.java
@@ -56,14 +56,6 @@ public class ResourceAssignment extends HelixProperty {
   }
 
   /**
-   * Initialize a mapping from an existing ResourceMapping
-   * @param existingMapping pre-populated ResourceMapping
-   */
-  public ResourceAssignment(ResourceAssignment existingMapping) {
-    super(existingMapping);
-  }
-
-  /**
    * Instantiate from a record. This supports reading the assignment directly from the backing store
    * @param record backing record
    */