davydotcom commented on code in PR #15109:
URL: https://github.com/apache/grails-core/pull/15109#discussion_r2413815874


##########
grails-gsp/core/src/main/groovy/org/grails/gsp/compiler/GroovyPageCompiler.groovy:
##########
@@ -225,11 +224,11 @@ class GroovyPageCompiler {
                 gpp.generateGsp(gsptarget)
                 gsptarget.flush()
                 // write static html parts to data file (read from classpath 
at runtime)
-                File htmlDataFile = new File(new File(targetDir, packageDir),  
className + GroovyPageMetaInfo.HTML_DATA_POSTFIX)
+                File htmlDataFile = new File(new File(targetDir, packageDir), 
className + GroovyPageMetaInfo.HTML_DATA_POSTFIX)

Review Comment:
   good call out, I have a change local to fix this but given closeness to 
release its part of some larger changes. can likely wait



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

Reply via email to