This commit is contained in:
地平线
2015-06-04 09:28:04 +08:00
parent 97295f9e72
commit 01e1a67616

View File

@@ -42,7 +42,7 @@ public final class EnMember<W extends Writer, T, F> implements Comparable<EnMemb
if (out.isTiny()) {
// if (isnumber) {
// if (((Number) value).intValue() == 0) return comma;
// }
// }
if (istring) {
if (((CharSequence) value).length() == 0) return comma;
} else if (isbool) {