forked from I2P_Developers/i2p.i2p
remove unneeded escape char in other parsers
This commit is contained in:
@ -123,7 +123,7 @@ public class LoadClientAppsJob extends JobImpl {
|
||||
for (int i = 0; i < data.length; i++) {
|
||||
switch (data[i]) {
|
||||
case '\'':
|
||||
case '\"':
|
||||
case '"':
|
||||
if (isQuoted) {
|
||||
String str = buf.toString().trim();
|
||||
if (str.length() > 0)
|
||||
|
Reference in New Issue
Block a user