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 2019/09/26 00:26:26 UTC

[groovy] 07/23: don't use deprecated version of class

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

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

commit 0b84570f700d455f2565c25c74e081cb463da28a
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Sep 18 18:31:59 2019 +1000

    don't use deprecated version of class
---
 .../test/groovy/groovy/console/ui/HistoryRecordGetTextToRunTests.groovy  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/subprojects/groovy-console/src/test/groovy/groovy/console/ui/HistoryRecordGetTextToRunTests.groovy b/subprojects/groovy-console/src/test/groovy/groovy/console/ui/HistoryRecordGetTextToRunTests.groovy
index 2a9127e..7e3d583 100644
--- a/subprojects/groovy-console/src/test/groovy/groovy/console/ui/HistoryRecordGetTextToRunTests.groovy
+++ b/subprojects/groovy-console/src/test/groovy/groovy/console/ui/HistoryRecordGetTextToRunTests.groovy
@@ -18,7 +18,6 @@
  */
 package groovy.console.ui
 
-import groovy.ui.HistoryRecord
 import junit.framework.TestCase
 
 class HistoryRecordGetTextToRunTests extends TestCase {