Revision: 5904 Author: [email protected] Date: Thu Aug 6 10:54:59 2009 Log: Fixing a checkstyle error.
Patch by: jlabanca Review by: scottb http://code.google.com/p/google-web-toolkit/source/detail?r=5904 Modified: /trunk/user/test/com/google/gwt/emultest/java/util/EnumSetTest.java ======================================= --- /trunk/user/test/com/google/gwt/emultest/java/util/EnumSetTest.java Tue Aug 4 13:49:52 2009 +++ /trunk/user/test/com/google/gwt/emultest/java/util/EnumSetTest.java Thu Aug 6 10:54:59 2009 @@ -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 -~----------~----~----~----~------~----~------~--~---
