removed unused method.

This commit is contained in:
Inderjeet Singh 2011-09-16 05:41:04 +00:00
parent c71e61cf48
commit fd502f4e79

View File

@ -95,11 +95,7 @@ public class EnumTest extends TestCase {
}
private static enum MyEnum {
VALUE1, VALUE2;
public String getExpectedJson() {
return "\"" + toString() + "\"";
}
VALUE1, VALUE2
}
private static class ClassWithEnumFields {