solve PR issues
This commit is contained in:
@ -102,10 +102,8 @@ public class TCPService extends Service {
|
||||
|
||||
|
||||
/** Stop TCP Connection */
|
||||
public void stopTCPConnection()
|
||||
{
|
||||
if(tcp != null)
|
||||
{
|
||||
public void stopTCPConnection() {
|
||||
if(tcp != null) {
|
||||
tcp.Stop();
|
||||
tcp = null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user