[Minor] code cleanup

This commit is contained in:
Robert von Burg 2023-04-06 14:46:10 +02:00
parent 0ab140db3e
commit 47e3072b1b
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
1 changed files with 1 additions and 1 deletions

View File

@ -537,7 +537,7 @@ public class StringHelper {
// get first occurrence of $ character
int pos = -1;
int stop = 0;
int stop;
// loop on prefix positions
while ((pos = tmpValue.indexOf(startTag, pos)) != -1) {