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 2016/01/05 02:54:12 UTC

groovy git commit: remove unused import (side effect: closes #233)

Repository: groovy
Updated Branches:
  refs/heads/master 824978fdd -> de272e5fb


remove unused import (side effect: closes #233)


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

Branch: refs/heads/master
Commit: de272e5fbdc6af29fc2a5f9bfc43b5ffa88d7a82
Parents: 824978f
Author: paulk <pa...@asert.com.au>
Authored: Tue Jan 5 11:53:52 2016 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Tue Jan 5 11:53:52 2016 +1000

----------------------------------------------------------------------
 src/test/groovy/bugs/Groovy7081Bug.groovy | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/de272e5f/src/test/groovy/bugs/Groovy7081Bug.groovy
----------------------------------------------------------------------
diff --git a/src/test/groovy/bugs/Groovy7081Bug.groovy b/src/test/groovy/bugs/Groovy7081Bug.groovy
index 85411d8..ba6c44e 100644
--- a/src/test/groovy/bugs/Groovy7081Bug.groovy
+++ b/src/test/groovy/bugs/Groovy7081Bug.groovy
@@ -17,11 +17,8 @@
  *  under the License.
  */
 
-
 package groovy.bugs
 
-import org.codehaus.groovy.control.MultipleCompilationErrorsException
-
 class Groovy7081Bug extends GroovyTestCase {
     void testShouldSeeThatMethodIsNotImplemented() {
         def msg = shouldFail '''