Format
This commit is contained in:
parent
21ee7ce753
commit
4cf885e693
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ public class XLBufferedReader extends BufferedReader {
|
|||
while (ready()) {
|
||||
String string = readLine();
|
||||
int i = string.indexOf('=');
|
||||
|
||||
String address = string.substring(0, i);
|
||||
String content = string.substring(i + 1);
|
||||
|
||||
|
|
Loading…
Reference in a new issue