Skip to content

Commit

Permalink
organised imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshnsears committed Dec 23, 2018
1 parent 54a08b5 commit 2fb4523
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/java/xqa/IngestBalancer.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
import java.util.concurrent.ThreadFactory;
import java.util.concurrent.ThreadPoolExecutor;

import javax.jms.*;
import javax.jms.Destination;
import javax.jms.JMSException;
import javax.jms.Message;
import javax.jms.MessageConsumer;
import javax.jms.MessageListener;

import org.apache.commons.cli.CommandLine;
import org.apache.commons.cli.CommandLineParser;
Expand Down

0 comments on commit 2fb4523

Please sign in to comment.