Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1606063 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8e757f1138
commit
93b1808e52
|
@ -865,10 +865,9 @@ public class StrSubstitutor {
|
|||
priorVariables
|
||||
.remove(priorVariables.size() - 1);
|
||||
break;
|
||||
} else {
|
||||
nestedVarCount--;
|
||||
pos += endMatchLen;
|
||||
}
|
||||
nestedVarCount--;
|
||||
pos += endMatchLen;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue