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 2016/05/09 23:07:11 UTC

groovy git commit: minor doco tweak: since not needed on member since it is the same as the class

Repository: groovy
Updated Branches:
  refs/heads/master e664016fe -> b582ef9ba


minor doco tweak: since not needed on member since it is the same as the class


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

Branch: refs/heads/master
Commit: b582ef9bafa92725342797a93a15003a7f9fba1a
Parents: e664016
Author: paulk <pa...@asert.com.au>
Authored: Tue May 10 09:07:02 2016 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Tue May 10 09:07:02 2016 +1000

----------------------------------------------------------------------
 src/main/groovy/transform/MapConstructor.java | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/b582ef9b/src/main/groovy/transform/MapConstructor.java
----------------------------------------------------------------------
diff --git a/src/main/groovy/transform/MapConstructor.java b/src/main/groovy/transform/MapConstructor.java
index c37f05b..38437e2 100644
--- a/src/main/groovy/transform/MapConstructor.java
+++ b/src/main/groovy/transform/MapConstructor.java
@@ -123,8 +123,6 @@ public @interface MapConstructor {
 
     /**
      * Whether to include all fields and/or properties within the constructor, including those with names that are considered internal.
-     *
-     * @since 2.5.0
      */
     boolean allNames() default false;
 }