Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 638D1200D1F for ; Fri, 13 Oct 2017 13:47:35 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 629921609E9; Fri, 13 Oct 2017 11:47:35 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CD7711609D1 for ; Fri, 13 Oct 2017 13:47:34 +0200 (CEST) Received: (qmail 12026 invoked by uid 500); 13 Oct 2017 11:47:34 -0000 Mailing-List: contact commits-help@groovy.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@groovy.apache.org Delivered-To: mailing list commits@groovy.apache.org Received: (qmail 12013 invoked by uid 99); 13 Oct 2017 11:47:34 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Oct 2017 11:47:34 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E3D8DDFADE; Fri, 13 Oct 2017 11:47:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: paulk@apache.org To: commits@groovy.apache.org Message-Id: <51827c18bc3542f784930af8bbdf891c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: groovy git commit: remove out of date comment Date: Fri, 13 Oct 2017 11:47:33 +0000 (UTC) archived-at: Fri, 13 Oct 2017 11:47:35 -0000 Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X 233357b21 -> 06b63b098 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/06b63b09 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/06b63b09 Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/06b63b09 Branch: refs/heads/GROOVY_2_4_X Commit: 06b63b098548fc986654fb39cfb31e24e2e694d1 Parents: 233357b Author: paulk Authored: Thu Oct 12 23:12:46 2017 +1000 Committer: paulk Committed: Fri Oct 13 21:47:22 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/06b63b09/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"; }