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 2021/11/01 06:53:09 UTC

[groovy] branch master updated: remove old comment

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 9369831  remove old comment
9369831 is described below

commit 936983152430a7c030522126eb9e505c04cfb575
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Nov 1 16:53:01 2021 +1000

    remove old comment
---
 .../java/org/codehaus/groovy/transform/StaticTypesTransformation.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/codehaus/groovy/transform/StaticTypesTransformation.java b/src/main/java/org/codehaus/groovy/transform/StaticTypesTransformation.java
index 4a722d1..1df48a7 100644
--- a/src/main/java/org/codehaus/groovy/transform/StaticTypesTransformation.java
+++ b/src/main/java/org/codehaus/groovy/transform/StaticTypesTransformation.java
@@ -47,7 +47,6 @@ public class StaticTypesTransformation implements ASTTransformation, Compilation
     public static final String STATIC_ERROR_PREFIX = "[Static type checking] - ";
     protected CompilationUnit compilationUnit;
 
-    //    @Override
     @Override
     public void visit(ASTNode[] nodes, SourceUnit source) {
         AnnotationNode annotationInformation = (AnnotationNode) nodes[0];