Statement unnecessarily nested within else clause. The corresponding then clause does not complete normally.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@491653 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fda25d2a8b
commit
fec5e2dc3d
|
@ -1117,9 +1117,8 @@ public class StrTokenizer implements ListIterator, Cloneable {
|
|||
public String toString() {
|
||||
if (tokens == null) {
|
||||
return "StrTokenizer[not tokenized yet]";
|
||||
} else {
|
||||
return "StrTokenizer" + getTokenList();
|
||||
}
|
||||
return "StrTokenizer" + getTokenList();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue