forked from zanata/zanata-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix lists and sets to use guava library rather than testNG lib
- Loading branch information
Alex Eng
committed
Apr 2, 2014
1 parent
a8fc512
commit 70f14ac
Showing
2 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,12 +31,11 @@ | |
import java.sql.Statement; | ||
import java.util.Set; | ||
|
||
import com.google.common.collect.Sets; | ||
import lombok.AccessLevel; | ||
import lombok.RequiredArgsConstructor; | ||
import lombok.extern.slf4j.Slf4j; | ||
|
||
import org.testng.internal.annotations.Sets; | ||
|
||
/** | ||
* @author Sean Flanigan <a | ||
* href="mailto:[email protected]">[email protected]</a> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters