Revision 109a2b68
Added by Leszek Koltunski over 2 years ago
src/main/java/org/distorted/external/RubikNetwork.java | ||
---|---|---|
608 | 608 |
private void debugThread() |
609 | 609 |
{ |
610 | 610 |
String url = constructDebugURL(); |
611 |
/* |
|
612 |
try { Thread.sleep(5000); } |
|
613 |
catch( InterruptedException ignored) {} |
|
614 |
*/ |
|
611 |
|
|
615 | 612 |
try |
616 | 613 |
{ |
617 | 614 |
java.net.URL connectURL = new URL(url); |
Also available in: Unified diff
minor