You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ki...@apache.org on 2014/04/10 08:38:25 UTC

[2/3] git commit: [HELIX-425]: Porting the fix to handle partition level constraints from 0.6. to 0.7

[HELIX-425]: Porting the fix to handle partition level constraints from 0.6. to 0.7


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

Branch: refs/heads/master
Commit: 69db435724d7d3f6b2e6b208eadad8d6823fc320
Parents: 1a2dd05
Author: Kishore Gopalakrishna <g....@gmail.com>
Authored: Wed Apr 9 20:46:44 2014 -0700
Committer: Kishore Gopalakrishna <g....@gmail.com>
Committed: Wed Apr 9 20:49:56 2014 -0700

----------------------------------------------------------------------
 .../helix/integration/TestPartitionLevelTransitionConstraint.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/helix/blob/69db4357/helix-core/src/test/java/org/apache/helix/integration/TestPartitionLevelTransitionConstraint.java
----------------------------------------------------------------------
diff --git a/helix-core/src/test/java/org/apache/helix/integration/TestPartitionLevelTransitionConstraint.java b/helix-core/src/test/java/org/apache/helix/integration/TestPartitionLevelTransitionConstraint.java
index a1b64a8..be1ab99 100644
--- a/helix-core/src/test/java/org/apache/helix/integration/TestPartitionLevelTransitionConstraint.java
+++ b/helix-core/src/test/java/org/apache/helix/integration/TestPartitionLevelTransitionConstraint.java
@@ -1,5 +1,6 @@
 package org.apache.helix.integration;
 
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -19,10 +20,8 @@ package org.apache.helix.integration;
  * under the License.
  */
 
-import java.util.ArrayList;
 import java.util.Arrays;
 import java.util.Date;
-import java.util.List;
 import java.util.Queue;
 import java.util.concurrent.ConcurrentLinkedQueue;