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 2020/07/03 21:49:21 UTC

[groovy] branch GROOVY_2_5_X updated: GROOVY-9483: adjust for binary compatibility (bump CI)

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch GROOVY_2_5_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/GROOVY_2_5_X by this push:
     new 89d624a  GROOVY-9483: adjust for binary compatibility (bump CI)
89d624a is described below

commit 89d624a2dda5c5eb671db442677a1f0decf6c4e4
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sat Jul 4 07:49:14 2020 +1000

    GROOVY-9483: adjust for binary compatibility (bump CI)
---
 subprojects/groovy-console/src/main/groovy/groovy/ui/Console.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subprojects/groovy-console/src/main/groovy/groovy/ui/Console.groovy b/subprojects/groovy-console/src/main/groovy/groovy/ui/Console.groovy
index 0860d32..320d9ae 100644
--- a/subprojects/groovy-console/src/main/groovy/groovy/ui/Console.groovy
+++ b/subprojects/groovy-console/src/main/groovy/groovy/ui/Console.groovy
@@ -740,7 +740,7 @@ class Console implements CaretListener, HyperlinkListener, ComponentListener, Fo
         }
     }
 
-    @Deprecated // backwards compat only
+    @Deprecated // backwards compatibility only
     void exit$$bridge(EventObject evt) {
         exit(evt)
     }