ebarboni commented on code in PR #4450:
URL: https://github.com/apache/netbeans/pull/4450#discussion_r970902065


##########
enterprise/j2eeserver/src/org/netbeans/modules/j2ee/deployment/devmodules/api/J2eePlatform.java:
##########
@@ -509,8 +509,8 @@ public Set<Profile> getSupportedProfiles() {
     /**
      * Returns the set of supported profiles (terminology of Java EE 6) for
      * the given module type (one of {@link J2eeModule#EAR},
-     * {@link J2eeModule#EJB}, {@link J2eeModule#WAR}, {@link J2eeModule#RAR}
-     * and {@link J2eeModule#CAR}).
+     * {@link J2eeModule#EJB}, {@link J2eeModule#WAR}, {@link J2eeModule#CONN}

Review Comment:
   Oh I see, using J2eeModule.Type



##########
enterprise/j2eeserver/src/org/netbeans/modules/j2ee/deployment/plugins/spi/J2eePlatformImpl.java:
##########
@@ -178,7 +178,7 @@ public Set<Profile> getSupportedProfiles() {
     /**
      * Returns a set of supported profiles for the given module type
      * (one of {@link J2eeModule#EAR}, {@link J2eeModule#EJB},
-     * {@link J2eeModule#WAR}, {@link J2eeModule#RAR} and {@link 
J2eeModule#CAR}).
+     * {@link J2eeModule#WAR}, {@link J2eeModule#CONN} and {@link 
J2eeModule#CLIENT}).

Review Comment:
   Oh I see, using J2eeModule.Type



-- 
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.

To unsubscribe, e-mail: [email protected]

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