Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
1.0.3
-
None
-
hadoop 1.0.3 on any platform
-
Reviewed
Description
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[][] {
,