Skip to content

Commit 9459c36

Browse files
committed
PMD is wrong.
1 parent c5a00ac commit 9459c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org.jdrupes.vmoperator.common/src/org/jdrupes/vmoperator/common/K8sDynamicModelsBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public K8sDynamicModelsBase(Class<T> itemClass, Gson delegate,
6262
} catch (InstantiationException | IllegalAccessException
6363
| IllegalArgumentException | InvocationTargetException
6464
| NoSuchMethodException | SecurityException exc) {
65-
throw new IllegalArgumentException(exc);
65+
throw new IllegalArgumentException(exc); // NOPMD
6666
}
6767
}
6868
}

0 commit comments

Comments
 (0)