This commit is contained in:
Jano Svitok 2018-05-22 16:35:58 +02:00 committed by Jano Svitok
parent c331b07364
commit f7a72e556c

View File

@ -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);