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:
Gary D. Gregory 2014-06-27 12:34:37 +00:00
parent 8e757f1138
commit 93b1808e52
1 changed files with 2 additions and 3 deletions

View File

@ -865,10 +865,9 @@ private int substitute(final StrBuilder buf, final int offset, final int length,
priorVariables
.remove(priorVariables.size() - 1);
break;
} else {
nestedVarCount--;
pos += endMatchLen;
}
nestedVarCount--;
pos += endMatchLen;
}
}
}