[Fix] Fixed endless loop in StringHelper.replacePropertiesIn()

This commit is contained in:
Robert von Burg 2017-08-18 17:42:30 +02:00
parent b3adf8dfa5
commit d22e54b8e7
1 changed files with 1 additions and 0 deletions

View File

@ -502,6 +502,7 @@ public class StringHelper {
// if no property exists, then log and continue
if (property.isEmpty()) {
pos = stop;
// logger.warn("No system property found for sequence " + sequence);
continue;
}