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 2017/01/27 05:22:01 UTC

groovy git commit: Fix misprint in javadoc for href attribute (closes #481)

Repository: groovy
Updated Branches:
  refs/heads/master 186e77eb1 -> 11c37114d


Fix misprint in javadoc for href attribute (closes #481)

See RFC-2368 (https://tools.ietf.org/html/rfc2368).
The right scheme for  mailtoURL  is  "mailto:" [ to ] [ headers ]


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

Branch: refs/heads/master
Commit: 11c37114d740efd5223814cf7e6758a98e83e4de
Parents: 186e77e
Author: Alykoff <ga...@yandex.kz>
Authored: Thu Jan 26 22:52:04 2017 +0300
Committer: paulk <pa...@asert.com.au>
Committed: Fri Jan 27 15:21:03 2017 +1000

----------------------------------------------------------------------
 src/main/org/codehaus/groovy/ast/ASTNode.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/11c37114/src/main/org/codehaus/groovy/ast/ASTNode.java
----------------------------------------------------------------------
diff --git a/src/main/org/codehaus/groovy/ast/ASTNode.java b/src/main/org/codehaus/groovy/ast/ASTNode.java
index c6d238d..058af78 100644
--- a/src/main/org/codehaus/groovy/ast/ASTNode.java
+++ b/src/main/org/codehaus/groovy/ast/ASTNode.java
@@ -44,7 +44,7 @@ import java.util.Map;
  * </ul>
  *
  * @author <a href="mailto:james@coredevelopers.net">James Strachan</a>
- * @author <a href="maito:blackdrag@gmx.org">Jochen "blackdrag" Theodorou</a>
+ * @author <a href="mailto:blackdrag@gmx.org">Jochen "blackdrag" Theodorou</a>
  */
 public class ASTNode {