|
|
|
@ -190,7 +190,7 @@ public class PropertyPlaceholderHelper { |
|
|
|
if (StringUtils.substringMatch(buf, index, this.placeholderSuffix)) { |
|
|
|
if (StringUtils.substringMatch(buf, index, this.placeholderSuffix)) { |
|
|
|
if (withinNestedPlaceholder > 0) { |
|
|
|
if (withinNestedPlaceholder > 0) { |
|
|
|
withinNestedPlaceholder--; |
|
|
|
withinNestedPlaceholder--; |
|
|
|
index = index + this.placeholderPrefix.length() - 1; |
|
|
|
index = index + this.placeholderSuffix.length(); |
|
|
|
} |
|
|
|
} |
|
|
|
else { |
|
|
|
else { |
|
|
|
return index; |
|
|
|
return index; |
|
|
|
|