Parcourir la source

Delete ServerHandlerTest.java

Brandao Arthur il y a 6 ans
Parent
commit
b3761e5dc7
1 fichiers modifiés avec 0 ajouts et 18 suppressions
  1. 0 18
      Client/src/main/java/test/ServerHandlerTest.java

+ 0 - 18
Client/src/main/java/test/ServerHandlerTest.java

@@ -1,18 +0,0 @@
-package test;
-
-import org.json.JSONObject;
-import rsx.BomberStudentHandler;
-
-/**
- *
- * @author Arthur Brandao
- */
-public class ServerHandlerTest implements BomberStudentHandler{
-
-    @Override
-    public boolean handle(JSONObject json) {
-        System.out.println(json.toString(1));
-        return true;
-    }
-    
-}