jdaugherty commented on code in PR #15409:
URL: https://github.com/apache/grails-core/pull/15409#discussion_r2926216125


##########
grails-core/src/main/groovy/grails/plugins/Plugin.groovy:
##########
@@ -75,7 +75,7 @@ abstract class Plugin implements GrailsApplicationLifeCycle, 
GrailsApplicationAw
     /**
      * Whether the plugin is enabled
      */
-    boolean enabled = true
+    public boolean enabled = true

Review Comment:
   I started to move several of the classes from grails.plugins into an apache 
equivalent.  Since i'm accessing across packages now, I had to make it public.



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