Skip to content

Commit

Permalink
Fix a warning by removing an unused library.
Browse files Browse the repository at this point in the history
  • Loading branch information
samschreiber committed Oct 25, 2013
1 parent 7d6ee3e commit d336f13
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/org/ggp/base/util/reflection/ProjectSearcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@
import java.lang.reflect.Modifier;
import java.util.*;

import com.google.common.collect.Lists;
import com.google.common.collect.Sets;
import org.ggp.base.player.gamer.Gamer;
import org.ggp.base.util.configuration.ProjectConfiguration;


public class ProjectSearcher {
public static void main(String[] args)
{
Expand Down

0 comments on commit d336f13

Please sign in to comment.