matrei commented on code in PR #14093:
URL: https://github.com/apache/grails-core/pull/14093#discussion_r2022859147
##########
grails-core/src/main/groovy/grails/core/DefaultGrailsApplication.java:
##########
@@ -627,8 +627,8 @@ public ArtefactInfo getArtefactInfo(String artefactType) {
* @param methodName The name of the method
* @param args The arguments to the method
* @return The return value of the method
- * TODO Need to add matches for add<Artefact>Class(java.lang.Class) and
add<Artefact>Class(GrailsClass)
*/
+ // TODO Need to add matches for add<Artefact>Class(java.lang.Class) and
add<Artefact>Class(GrailsClass)
Review Comment:
Yes, that is true. I did not recognize it as part of the javadoc, but more
of a code comment. Do you think it should be part of public javadoc?
--
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]