NO-JIRA Fix test checkstyle
This commit is contained in:
parent
afa0822fd0
commit
c957ffb208
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue