Skip to content

Commit f10e484

Browse files
Remove TODO
1 parent ec01c35 commit f10e484

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/app/src/main/java/io/whitefox/api/deltasharing/server/DeltaSharesApiImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ public DeltaSharesApiImpl(
4545

4646
@Override
4747
public Response getShare(String share) {
48-
// TODO split core and http models
4948
return wrapExceptions(
5049
() ->
5150
optionalToNotFound(shareService.getShare(share), s -> Response.ok(s).build()),

0 commit comments

Comments
 (0)