You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2018/12/29 14:13:17 UTC

[groovy] 24/28: fix typo

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

sunlan pushed a commit to branch refine-groovydoc
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 86f0aae076fe1daeb464266ae1b19f50b88fc618
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Dec 28 09:17:53 2018 +1000

    fix typo
---
 src/main/groovy/groovy/transform/NullCheck.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/groovy/groovy/transform/NullCheck.java b/src/main/groovy/groovy/transform/NullCheck.java
index 56ba109..9f007ea 100644
--- a/src/main/groovy/groovy/transform/NullCheck.java
+++ b/src/main/groovy/groovy/transform/NullCheck.java
@@ -35,7 +35,7 @@ import java.lang.annotation.Target;
  * import groovy.transform.NullCheck
  * import static groovy.test.GroovyAssert.shouldFail
  *
- * {@code @NullCheck)
+ * {@code @NullCheck}
  * class Greeter {
  *     private String audience
  *