solve PR issues

This commit is contained in:
2022-05-03 10:44:37 +03:00
parent 6fda464ed8
commit b17ba94950
3 changed files with 218 additions and 451 deletions

View File

@ -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;
}