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/11/07 02:19:24 UTC

[16/53] [abbrv] git commit: [HELIX-238] Cleaned up ResourceAssignment

[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/24fd8688
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/24fd8688
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/24fd8688

Branch: refs/heads/master
Commit: 24fd8688fe170282040463c2697e161310faba23
Parents: bc65737
Author: Kanak Biscuitwala <ka...@apache.org>
Authored: Tue Sep 24 14:29:58 2013 -0700
Committer: Kanak Biscuitwala <ka...@apache.org>
Committed: Wed Nov 6 13:17:34 2013 -0800

----------------------------------------------------------------------
 .../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/24fd8688/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
    */