|
|
@@ -101,7 +101,7 @@ public final class ClassConstants |
|
|
} |
|
|
} |
|
|
} else { |
|
|
} else { |
|
|
final String clazz = readFully(); |
|
|
final String clazz = readFully(); |
|
|
if (clazz == null && clazz.length() != 0) { |
|
|
|
|
|
|
|
|
if (clazz == null || clazz.length() == 0) { |
|
|
ch = -1; |
|
|
ch = -1; |
|
|
} else { |
|
|
} else { |
|
|
final byte[] bytes = clazz.getBytes("ISO-8859-1"); |
|
|
final byte[] bytes = clazz.getBytes("ISO-8859-1"); |
|
|
|