Amir Sanjar created MAPREDUCE-4653:
--------------------------------------

             Summary: TestRandomAlgorithm has an unused "import" statement 
                 Key: MAPREDUCE-4653
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4653
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: contrib/gridmix
    Affects Versions: 1.0.3
         Environment: hadoop 1.0.3 on any platform 
            Reporter: Amir Sanjar
            Priority: Trivial
             Fix For: 1.0.3


need to remove the import statement usinf below patch. will attach a patch 
shortly .
 
Index: TestRandomAlgorithm.java
===================================================================
--- TestRandomAlgorithm.java    (revision 1380737)
+++ TestRandomAlgorithm.java    (working copy)
@@ -30,8 +30,6 @@
 
 import org.junit.Test;
 
-import com.sun.tools.javac.code.Attribute.Array;
-
 public class TestRandomAlgorithm {
   private static final int[][] parameters = new int[][] {
     {5, 1, 1}, 


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to