You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2018/07/28 20:53:20 UTC

groovy git commit: GROOVY-8718: GroovyConsole MacOS fix required for JDK9+ (fix typo)

Repository: groovy
Updated Branches:
  refs/heads/master 5e026fd46 -> 40b42b998


GROOVY-8718: GroovyConsole MacOS fix required for JDK9+ (fix typo)


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/40b42b99
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/40b42b99
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/40b42b99

Branch: refs/heads/master
Commit: 40b42b998e67213cf85bf3785f3ed198847d8aab
Parents: 5e026fd
Author: Paul King <pa...@asert.com.au>
Authored: Sun Jul 29 06:53:11 2018 +1000
Committer: Paul King <pa...@asert.com.au>
Committed: Sun Jul 29 06:53:11 2018 +1000

----------------------------------------------------------------------
 .../src/main/groovy/groovy/ui/view/MacOSXMenuBar.groovy            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/40b42b99/subprojects/groovy-console/src/main/groovy/groovy/ui/view/MacOSXMenuBar.groovy
----------------------------------------------------------------------
diff --git a/subprojects/groovy-console/src/main/groovy/groovy/ui/view/MacOSXMenuBar.groovy b/subprojects/groovy-console/src/main/groovy/groovy/ui/view/MacOSXMenuBar.groovy
index 975ebe5..f77973c 100644
--- a/subprojects/groovy-console/src/main/groovy/groovy/ui/view/MacOSXMenuBar.groovy
+++ b/subprojects/groovy-console/src/main/groovy/groovy/ui/view/MacOSXMenuBar.groovy
@@ -32,7 +32,7 @@ handler.setAboutHandler(controller.&showAbout)
 handler.setQuitHandler(controller.&exit)
 handler.setPreferencesHandler(controller.&preferences)
 handler
-""" : """"
+""" : """
 package groovy.ui
 
 import com.apple.mrj.*