hectorespert commented on a change in pull request #2114:
URL: https://github.com/apache/netbeans/pull/2114#discussion_r449189202



##########
File path: 
java/maven.grammar/src/org/netbeans/modules/maven/codegen/ExclusionGenerator.java
##########
@@ -90,9 +90,9 @@ public int write() {
                                 // now check the active profiles for the 
dependency..
                                 List<String> profileNames = new 
ArrayList<String>();
                                 NbMavenProject project = 
prj.getLookup().lookup(NbMavenProject.class);
-                                Iterator it = 
project.getMavenProject().getActiveProfiles().iterator();
+                                Iterator<org.apache.maven.model.Profile> it = 
project.getMavenProject().getActiveProfiles().iterator();

Review comment:
       Why not import this class?




----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to