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

commit 40cf362d2118b0f17b77e73b1ebb2d7c77769d10
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Dec 14 19:58:37 2018 +1000

    remove unused import
---
 .../transform/stc/StringGMClosureParamTypeInferenceSTCTest.groovy     | 4 ----
 1 file changed, 4 deletions(-)

diff --git 
a/src/test/groovy/transform/stc/StringGMClosureParamTypeInferenceSTCTest.groovy 
b/src/test/groovy/transform/stc/StringGMClosureParamTypeInferenceSTCTest.groovy
index 365dcf0..0724620 100644
--- 
a/src/test/groovy/transform/stc/StringGMClosureParamTypeInferenceSTCTest.groovy
+++ 
b/src/test/groovy/transform/stc/StringGMClosureParamTypeInferenceSTCTest.groovy
@@ -18,12 +18,8 @@
  */
 package groovy.transform.stc
 
-import groovy.transform.NotYetImplemented
-
 /**
  * Unit tests for static type checking : closure parameter type inference for 
{@link org.codehaus.groovy.runtime.StringGroovyMethods}.
- *
- * @author Cedric Champeau
  */
 class StringGMClosureParamTypeInferenceSTCTest extends 
StaticTypeCheckingTestCase {
     void testCollectReplacements() {

Reply via email to