junichi11 commented on code in PR #6797:
URL: https://github.com/apache/netbeans/pull/6797#discussion_r1417895162


##########
ide/hudson/src/org/netbeans/modules/hudson/impl/HudsonJobBuildImpl.java:
##########
@@ -111,7 +111,7 @@ public Collection<? extends HudsonMavenModuleBuild> 
getMavenModules() {
         return modules;
     }
 
-    @Messages({"# {0} - job/module display name", "# {1} - build number", 
"HudsonJobBuildImpl.display_name={0} #{1,number,#}"})
+    @Messages({"# {0} - job/module display name", "# {1} - build number", 
"JenkinsJobBuildImpl.display_name={0} #{1,number,#}"})

Review Comment:
   We should not change this because the class name is used. 
   Maybe, there should be an error. (see: the return statement)



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