Reviewers: Dan Rice, Description: EnumSetTest has an unused import. This patch removes it.
Please review this at http://gwt-code-reviews.appspot.com/56803 Affected files: user/test/com/google/gwt/emultest/java/util/EnumSetTest.java Index: user/test/com/google/gwt/emultest/java/util/EnumSetTest.java =================================================================== --- user/test/com/google/gwt/emultest/java/util/EnumSetTest.java (revision 5903) +++ user/test/com/google/gwt/emultest/java/util/EnumSetTest.java (working copy) @@ -22,7 +22,6 @@ import java.util.List; import java.util.ArrayList; import java.util.EnumSet; -import java.util.NoSuchElementException; /** * Tests EnumSet. TODO(tobyr) Consider using Apache collections tests. @@ -37,6 +36,7 @@ Zero, One, Two, Three, Four, Five, Six, Seven, Eight, Nine, Ten, Eleven, Twelve, Thirteen, Fourteen, Fifteen, Sixteen, Seventeen, Eighteen, Nineteen, Twenty, TwentyOne, TwentyTwo, TwentyThree, TwentyFour, TwentyFive, TwentySix, TwentySeven, TwentyEight, TwentyNine, Thirty, ThirtyOne, ThirtyTwo, ThirtyThree, Thirtyfour, } + @Override public String getModuleName() { return "com.google.gwt.emultest.EmulSuite"; } --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
