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 2019/04/17 10:50:15 UTC

[groovy] branch master updated: unfeched javadoc fix (closes #911)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 60958e3  unfeched javadoc fix (closes #911)
60958e3 is described below

commit 60958e3d3476936f593ff69752067beae0441233
Author: Ivan <33...@users.noreply.github.com>
AuthorDate: Tue Apr 16 16:32:22 2019 +0300

    unfeched javadoc fix (closes #911)
---
 src/main/groovy/groovy/lang/Closure.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/groovy/groovy/lang/Closure.java b/src/main/groovy/groovy/lang/Closure.java
index bf615d0..7a0ee4d 100644
--- a/src/main/groovy/groovy/lang/Closure.java
+++ b/src/main/groovy/groovy/lang/Closure.java
@@ -656,7 +656,7 @@ public abstract class Closure<V> extends GroovyObjectSupport implements Cloneabl
         return new ComposedClosure<V>(other, this);
     }
 
-    /* *
+    /**
      * Alias for calling a Closure for non-closure arguments.
      * <p>
      * Typical usage: