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/10/13 11:33:49 UTC

[2/2] groovy git commit: remove out of date comment

remove out of date comment


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

Branch: refs/heads/GROOVY_2_6_X
Commit: 3dd358aeb20d66bea781a6451b49a632bcbace6a
Parents: c4e5e22
Author: paulk <pa...@asert.com.au>
Authored: Thu Oct 12 23:12:46 2017 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Fri Oct 13 21:33:34 2017 +1000

----------------------------------------------------------------------
 .../groovy-test/src/main/java/groovy/util/GroovyTestCase.java       | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/3dd358ae/subprojects/groovy-test/src/main/java/groovy/util/GroovyTestCase.java
----------------------------------------------------------------------
diff --git a/subprojects/groovy-test/src/main/java/groovy/util/GroovyTestCase.java b/subprojects/groovy-test/src/main/java/groovy/util/GroovyTestCase.java
index a72d839..df563f1 100644
--- a/subprojects/groovy-test/src/main/java/groovy/util/GroovyTestCase.java
+++ b/subprojects/groovy-test/src/main/java/groovy/util/GroovyTestCase.java
@@ -203,7 +203,6 @@ public class GroovyTestCase extends TestCase {
         GroovyAssert.assertScript(script);
     }
 
-    // TODO should this be synchronised?
     protected String getTestClassName() {
         return TEST_SCRIPT_NAME_PREFIX + getMethodName() + (scriptFileNameCounter.getAndIncrement()) + ".groovy";
     }