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 d0e5535 commit e5b014b
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -27,13 +27,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 e5b014b

Please sign in to comment.