forked from I2P_Developers/i2p.i2p
* Move almost all uses of StringBuffer to StringBuilder,
for efficiency (thanks Arsene for the suggestion)
This commit is contained in:
@@ -323,7 +323,7 @@ private static long bytesToLong(byte[] b) {
|
||||
if(null == extensions || extensions.isEmpty())
|
||||
return "";
|
||||
|
||||
StringBuffer result = new StringBuffer();
|
||||
StringBuilder result = new StringBuilder();
|
||||
List<String> tempList;
|
||||
boolean first = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user