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 2020/05/28 03:01:17 UTC

[groovy] branch GROOVY_2_5_X updated: clean up some legacy comments

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch GROOVY_2_5_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/GROOVY_2_5_X by this push:
     new 5dd9341  clean up some legacy comments
5dd9341 is described below

commit 5dd93413bc405330a2b06703fd28bcf3e813b91b
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu May 28 13:01:07 2020 +1000

    clean up some legacy comments
---
 src/test/groovy/bugs/Groovy2365Base.groovy                         | 7 -------
 .../codehaus/groovy/reflection/utils/ReflectionUtilsTest.groovy    | 6 ------
 .../src/test/groovy/groovy/json/JsonSlurperCharSourceTest.groovy   | 3 ---
 .../src/test/groovy/groovy/json/JsonSlurperIndexOverlayTest.groovy | 3 ---
 .../src/test/groovy/groovy/json/JsonSlurperLaxTest.groovy          | 3 ---
 5 files changed, 22 deletions(-)

diff --git a/src/test/groovy/bugs/Groovy2365Base.groovy b/src/test/groovy/bugs/Groovy2365Base.groovy
index be56328..e228abb 100644
--- a/src/test/groovy/bugs/Groovy2365Base.groovy
+++ b/src/test/groovy/bugs/Groovy2365Base.groovy
@@ -16,13 +16,6 @@
  *  specific language governing permissions and limitations
  *  under the License.
  */
-/**
- * Created by IntelliJ IDEA.
- * User: applerestore
- * Date: Dec 11, 2007
- * Time: 3:29:40 PM
- * To change this template use File | Settings | File Templates.
- */
 package groovy.bugs
 
 abstract class Groovy2365Base extends GroovyTestCase {
diff --git a/src/test/org/codehaus/groovy/reflection/utils/ReflectionUtilsTest.groovy b/src/test/org/codehaus/groovy/reflection/utils/ReflectionUtilsTest.groovy
index 2be748a..2a5676e 100644
--- a/src/test/org/codehaus/groovy/reflection/utils/ReflectionUtilsTest.groovy
+++ b/src/test/org/codehaus/groovy/reflection/utils/ReflectionUtilsTest.groovy
@@ -23,12 +23,6 @@ import org.codehaus.groovy.reflection.ReflectionUtils
 // note, this must be in a package other than org.codehause.groovy.reflection or else
 // the tests will incorrectly miss the target
 
-/**
- * Created by IntelliJ IDEA.
- * User: Danno.Ferrin
- * Date: Jun 24, 2008
- * Time: 9:45:15 PM
- */
 class ReflectionUtilsTest extends GroovyTestCase {
 
     private Class privateCaller() {
diff --git a/subprojects/groovy-json/src/test/groovy/groovy/json/JsonSlurperCharSourceTest.groovy b/subprojects/groovy-json/src/test/groovy/groovy/json/JsonSlurperCharSourceTest.groovy
index 19bff4b..1359d06 100644
--- a/subprojects/groovy-json/src/test/groovy/groovy/json/JsonSlurperCharSourceTest.groovy
+++ b/subprojects/groovy-json/src/test/groovy/groovy/json/JsonSlurperCharSourceTest.groovy
@@ -18,9 +18,6 @@
  */
 package groovy.json
 
-/**
- * Created by Richard on 2/2/14.
- */
 class JsonSlurperCharSourceTest extends JsonSlurperTest {
 
     void setUp() {
diff --git a/subprojects/groovy-json/src/test/groovy/groovy/json/JsonSlurperIndexOverlayTest.groovy b/subprojects/groovy-json/src/test/groovy/groovy/json/JsonSlurperIndexOverlayTest.groovy
index fc4978f..ce1a443 100644
--- a/subprojects/groovy-json/src/test/groovy/groovy/json/JsonSlurperIndexOverlayTest.groovy
+++ b/subprojects/groovy-json/src/test/groovy/groovy/json/JsonSlurperIndexOverlayTest.groovy
@@ -18,9 +18,6 @@
  */
 package groovy.json
 
-/**
- * Created by Richard on 2/2/14.
- */
 class JsonSlurperIndexOverlayTest extends JsonSlurperTest {
 
     void setUp() {
diff --git a/subprojects/groovy-json/src/test/groovy/groovy/json/JsonSlurperLaxTest.groovy b/subprojects/groovy-json/src/test/groovy/groovy/json/JsonSlurperLaxTest.groovy
index ca89ef0..2a11c6a 100644
--- a/subprojects/groovy-json/src/test/groovy/groovy/json/JsonSlurperLaxTest.groovy
+++ b/subprojects/groovy-json/src/test/groovy/groovy/json/JsonSlurperLaxTest.groovy
@@ -18,9 +18,6 @@
  */
 package groovy.json
 
-/**
- * Created by Richard on 2/2/14.
- */
 class JsonSlurperLaxTest extends JsonSlurperTest {
 
     void setUp() {