1

change SerializationServiceTest

This commit is contained in:
tomvahl
2020-03-09 16:45:57 +01:00
parent 0a9922b8fe
commit b4719af264
3 changed files with 8 additions and 6 deletions

View File

@ -52,7 +52,7 @@ public class SwaggerAPIControllerExample {
return "Product saved successfully";
}
/*
@GetMapping("/json")
public void json() {
AddUserEvent aEvent = new AddUserEvent(

View File

@ -6,8 +6,6 @@ import lombok.*;
* Entfernt ein einzelnes Mitglied einer Gruppe.
*/
@Getter
@AllArgsConstructor
@NoArgsConstructor
public class DeleteUserEvent extends Event {
public DeleteUserEvent(long event_id, long group_id, String user_id) {