forked from I2P_Developers/i2p.i2p
Use new split()
This commit is contained in:
@@ -108,7 +108,7 @@ public class ConfigSummaryHandler extends FormHandler {
|
||||
}
|
||||
}
|
||||
} else if (moving) {
|
||||
String parts[] = _action.split("_");
|
||||
String parts[] = DataHelper.split(_action, "_");
|
||||
try {
|
||||
int from = Integer.parseInt(parts[1]);
|
||||
int to = 0;
|
||||
|
||||
Reference in New Issue
Block a user