mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-06 01:58:24 +00:00
Statement unnecessarily nested within else clause.\
This commit is contained in:
parent
2b15e1f43d
commit
4ceba11305
@ -213,9 +213,7 @@ StrategyAndWidth getNextStrategy() {
|
||||
if( isFormatLetter(c)) {
|
||||
return letterPattern(c);
|
||||
}
|
||||
else {
|
||||
return literal();
|
||||
}
|
||||
return literal();
|
||||
}
|
||||
|
||||
private StrategyAndWidth letterPattern(char c) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user