matthiasblaesing commented on a change in pull request #1385: Cleanup raw class 
type
URL: https://github.com/apache/netbeans/pull/1385#discussion_r313995367
 
 

 ##########
 File path: 
contrib/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/ide/commands/WildflyManagementAPI.java
 ##########
 @@ -119,7 +119,7 @@ static Object 
createOperation(WildflyDeploymentFactory.WildFlyClassLoader cl, Ob
     // ModelNode
     static Object 
createReadResourceOperation(WildflyDeploymentFactory.WildFlyClassLoader cl, 
Object modelNode, boolean recursive)
             throws ClassNotFoundException, NoSuchMethodException, 
IllegalAccessException, InvocationTargetException {
-        Class clazz = 
cl.loadClass("org.jboss.as.controller.client.helpers.Operations"); // NOI18N
+        Class<?> clazz = 
cl.loadClass("org.jboss.as.controller.client.helpers.Operations"); // NOI18N
         Class modelClazz = cl.loadClass("org.jboss.dmr.ModelNode"); // NOI18N
 
 Review comment:
   This looks strange - why was line 122 changed, but 123 not? This seems to be 
the case at multiple places.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org
For additional commands, e-mail: notifications-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to