Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1606065 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
93b1808e52
commit
299ea79d66
|
@ -328,9 +328,8 @@ public class SerializationUtils {
|
|||
final Class<?> cls = primitiveTypes.get(name);
|
||||
if (cls != null) {
|
||||
return cls;
|
||||
} else {
|
||||
throw cnfe;
|
||||
}
|
||||
throw cnfe;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue