PMD is wrong.
This commit is contained in:
parent
c5a00acf3d
commit
9459c367ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue