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/12 13:12:56 UTC

groovy git commit: remove out of date comment

Repository: groovy
Updated Branches:
  refs/heads/master 3493dc708 -> ce548dc94


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/ce548dc9
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/ce548dc9
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/ce548dc9

Branch: refs/heads/master
Commit: ce548dc946d87f5e44c18856be4e519443df4dfb
Parents: 3493dc7
Author: paulk <pa...@asert.com.au>
Authored: Thu Oct 12 23:12:46 2017 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Thu Oct 12 23:12:46 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/ce548dc9/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";
     }