mirror of
https://github.com/revanced/jadb.git
synced 2025-05-29 21:00:16 +02:00
commit
312cd0235a
@ -40,7 +40,7 @@ public class PropertyManager {
|
|||||||
|
|
||||||
if (matcher.find()) {
|
if (matcher.find()) {
|
||||||
if (matcher.groupCount() < 2) {
|
if (matcher.groupCount() < 2) {
|
||||||
System.err.println("Property line: " + line + " does not match patter. Ignoring");
|
System.err.println("Property line: " + line + " does not match pattern. Ignoring");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
String key = matcher.group(1);
|
String key = matcher.group(1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user