We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a62395 commit 00f751dCopy full SHA for 00f751d
opengrok-indexer/src/test/java/org/opengrok/indexer/authorization/AuthorizationPluginClassLoaderTest.java
@@ -188,7 +188,7 @@ public void testTruePlugin() {
188
}
189
190
@SuppressWarnings("rawtypes")
191
- private IAuthorizationPlugin getNewInstance(Class c) {
+ private IAuthorizationPlugin getNewInstance(Class<?> c) {
192
IAuthorizationPlugin plugin = null;
193
try {
194
plugin = (IAuthorizationPlugin) c.getDeclaredConstructor().newInstance();
0 commit comments