PMD is wrong.

This commit is contained in:
Michael Lipp 2025-03-06 13:03:04 +01:00
parent c5a00acf3d
commit 9459c367ac

View file

@ -62,7 +62,7 @@ public class K8sDynamicModelsBase<T extends K8sDynamicModel>
} catch (InstantiationException | IllegalAccessException } catch (InstantiationException | IllegalAccessException
| IllegalArgumentException | InvocationTargetException | IllegalArgumentException | InvocationTargetException
| NoSuchMethodException | SecurityException exc) { | NoSuchMethodException | SecurityException exc) {
throw new IllegalArgumentException(exc); throw new IllegalArgumentException(exc); // NOPMD
} }
} }
} }