Skip to content

Commit

Permalink
Removed to unused imports, one of which causes trouble with free Java…
Browse files Browse the repository at this point in the history
… systems

Change-Id: Ida389c59ad41b605b4243b557421c88c09cd02e4
  • Loading branch information
egonw committed Apr 1, 2012
1 parent 57a9c3f commit 7c5d18b
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -29,13 +29,11 @@
import java.util.ArrayList;
import java.util.BitSet;
import java.util.List;
import java.util.Vector;
import java.util.concurrent.Callable;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.Future;

import com.sun.xml.internal.rngom.digested.DOneOrMorePattern;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
Expand Down

0 comments on commit 7c5d18b

Please sign in to comment.