mirror of
https://github.com/revanced/jadb.git
synced 2025-05-28 12:30:20 +02:00
commit
312cd0235a
@ -40,7 +40,7 @@ public class PropertyManager {
|
||||
|
||||
if (matcher.find()) {
|
||||
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;
|
||||
}
|
||||
String key = matcher.group(1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user