This commit is contained in:
@@ -42,7 +42,7 @@ public final class EnMember<W extends Writer, T, F> implements Comparable<EnMemb
|
|||||||
if (out.isTiny()) {
|
if (out.isTiny()) {
|
||||||
// if (isnumber) {
|
// if (isnumber) {
|
||||||
// if (((Number) value).intValue() == 0) return comma;
|
// if (((Number) value).intValue() == 0) return comma;
|
||||||
// }
|
// }
|
||||||
if (istring) {
|
if (istring) {
|
||||||
if (((CharSequence) value).length() == 0) return comma;
|
if (((CharSequence) value).length() == 0) return comma;
|
||||||
} else if (isbool) {
|
} else if (isbool) {
|
||||||
|
|||||||
Reference in New Issue
Block a user