forked from I2P_Developers/i2p.i2p
Use new split()
This commit is contained in:
@@ -202,7 +202,7 @@ public class EventLogHelper extends FormHandler {
|
||||
buf.append(fmt.format(new Date(time)));
|
||||
buf.append("</td><td>");
|
||||
if (isAll) {
|
||||
String[] s = event.split(" ", 2);
|
||||
String[] s = DataHelper.split(event, " ", 2);
|
||||
String xs = _xevents.get(s[0]);
|
||||
if (xs == null)
|
||||
xs = s[0];
|
||||
|
||||
Reference in New Issue
Block a user