mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
formatting
This commit is contained in:
parent
3464a33678
commit
9688827a39
@ -252,7 +252,10 @@ public abstract class NanoHTTPD
|
|||||||
{
|
{
|
||||||
safeClose(myServerSocket);
|
safeClose(myServerSocket);
|
||||||
//This should prevent a null pointer :)
|
//This should prevent a null pointer :)
|
||||||
if (myThread != null) myThread.join();
|
if (myThread != null)
|
||||||
|
{
|
||||||
|
myThread.join();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user