Commit 81b6c11
committed
Remove unnecessary code. Changed test from:
if ((to == -1) || (to == termnator)) {
to:
if (to == termnator) {
since we are guaranteed to find the separator because we have tested for its presence at the begining of the method.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@798422 13f79535-47bb-0310-9956-ffa450edef681 parent 02a1e84 commit 81b6c11
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
0 commit comments