[testng] 131/355: Fix bad import
Eugene Zhukov
eugene-guest at moszumanska.debian.org
Tue Aug 18 10:19:56 UTC 2015
This is an automated email from the git hooks/post-receive script.
eugene-guest pushed a commit to annotated tag OpenBSD
in repository testng.
commit 8b61830cd8ece53a9c3682038912b05cda178201
Author: Cedric Beust <cedric at beust.com>
Date: Wed Jan 14 23:11:10 2015 -0800
Fix bad import
---
src/main/java/org/testng/internal/annotations/JDK15TagFactory.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/main/java/org/testng/internal/annotations/JDK15TagFactory.java b/src/main/java/org/testng/internal/annotations/JDK15TagFactory.java
index faf24ab..5d4e6b3 100755
--- a/src/main/java/org/testng/internal/annotations/JDK15TagFactory.java
+++ b/src/main/java/org/testng/internal/annotations/JDK15TagFactory.java
@@ -33,10 +33,9 @@ import org.testng.annotations.ITestAnnotation;
import org.testng.annotations.Listeners;
import org.testng.annotations.Parameters;
import org.testng.annotations.Test;
+import org.testng.collections.Lists;
import org.testng.internal.Utils;
-import com.google.inject.internal.Lists;
-
/**
* This class creates implementations of IAnnotations based on the JDK5
* annotation that was found on the Java element.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/testng.git
More information about the pkg-java-commits
mailing list