save a few bytes

This commit is contained in:
zzz
2012-01-14 17:47:39 +00:00
parent 7874488a61
commit c54b3a08b8

View File

@ -1624,7 +1624,7 @@ public class DataHelper {
try {
return new String(orig, offset, len, "UTF-8");
} catch (UnsupportedEncodingException uee) {
throw new RuntimeException("No utf8!?");
throw new RuntimeException("no utf8!?");
}
}