NO-JIRA Fix test checkstyle

This commit is contained in:
Justin Bertram 2018-12-10 14:20:43 -06:00
parent afa0822fd0
commit c957ffb208
2 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,6 @@ import java.net.InetAddress;
import java.net.URL;
import java.net.UnknownHostException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashMap;

View File

@ -51,6 +51,7 @@ public class JournalFileRepositoryOrderTest extends ActiveMQTestBase {
// this is simulating how compating would return files into the journal
t = new Thread() {
@Override
public void run() {
while (running.get()) {
try {