Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 25a79bb

Browse files
committed
removed unnecessary function.
1 parent 900f1ad commit 25a79bb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/de/filefighter/rest/rest/ServerResponse.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,4 @@ public ServerResponse(String status, String message) {
1313
this.status = status;
1414
this.message = message;
1515
}
16-
17-
public EntityModel<ServerResponse> toModel() {
18-
return EntityModel.of(this);
19-
}
2016
}

0 commit comments

Comments
 (0)