Skip to content

Commit 041c4f5

Browse files
committed
Reduce vertical space
1 parent 1d2019f commit 041c4f5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/org/apache/commons/io/input/ClassLoaderObjectInputStream.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ public ClassLoaderObjectInputStream(
6464
@Override
6565
protected Class<?> resolveClass(final ObjectStreamClass objectStreamClass)
6666
throws IOException, ClassNotFoundException {
67-
6867
try {
6968
return Class.forName(objectStreamClass.getName(), false, classLoader);
7069
} catch (final ClassNotFoundException cnfe) {

0 commit comments

Comments
 (0)