1

disable test method

This commit is contained in:
killerber4t
2020-03-09 14:26:06 +01:00
parent aa80a3b5df
commit 2d8d91c206

View File

@ -53,7 +53,7 @@ public class SwaggerAPIControllerExample {
return "Product saved successfully"; return "Product saved successfully";
} }
@GetMapping("/json") /*@GetMapping("/json") //just for testing
public void json() { public void json() {
AddUserEvent aEvent = new AddUserEvent( AddUserEvent aEvent = new AddUserEvent(
1, 1,
@ -68,5 +68,5 @@ public class SwaggerAPIControllerExample {
} catch (JsonProcessingException e) { } catch (JsonProcessingException e) {
e.printStackTrace(); e.printStackTrace();
} }
} }*/
} }