Skip to content

Commit

Permalink
Fix lists and sets to use guava library rather than testNG lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Apr 2, 2014
1 parent a8fc512 commit 70f14ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
import org.jboss.seam.annotations.In;
import org.jboss.seam.annotations.Name;
import org.jboss.seam.annotations.Scope;
import org.testng.collections.Lists;
import org.zanata.common.ContentState;
import org.zanata.dao.TextFlowDAO;
import org.zanata.dao.TransMemoryUnitDAO;
Expand All @@ -52,6 +51,7 @@

import com.google.common.base.Predicate;
import com.google.common.collect.ImmutableMap;
import com.google.common.collect.Lists;

import lombok.extern.slf4j.Slf4j;
import net.customware.gwt.dispatch.server.ExecutionContext;
Expand Down

0 comments on commit 70f14ac

Please sign in to comment.