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@491650 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8dbeaa63e2
commit
627392e88d
|
@ -121,9 +121,8 @@ public class NestableError extends Error implements Nestable {
|
|||
public String getMessage(int index) {
|
||||
if (index == 0) {
|
||||
return super.getMessage();
|
||||
} else {
|
||||
return delegate.getMessage(index);
|
||||
}
|
||||
return delegate.getMessage(index);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue