forked from phoedos/pmd
parent
c9926fba4c
commit
9bdd5384ec
@ -15,6 +15,13 @@ public class CpdGuiCommand implements Runnable {
|
|||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
new GUI();
|
new GUI();
|
||||||
|
|
||||||
|
// wait for the process to be killed by the GUI
|
||||||
|
try {
|
||||||
|
Thread.currentThread().join();
|
||||||
|
} catch (InterruptedException ignored) {
|
||||||
|
// noop
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user