Skip to content

Commit

Permalink
Made method public static.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldaley committed Jun 5, 2010
1 parent 2a307aa commit 3ca24b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ScopedProxyGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class ScopedProxyGrailsPlugin {
}
}

protected informListenersOfReload(application, beanName, scope, proxyBeanName) {
static informListenersOfReload(application, beanName, scope, proxyBeanName) {
def listeners = application.mainContext.getBeansOfType(ScopedBeanReloadListener)
if (listeners) {
listeners.each { listenerName, listener ->
Expand Down

0 comments on commit 3ca24b2

Please sign in to comment.