mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
save a few bytes
This commit is contained in:
@@ -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!?");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user