Skip to content

Commit 4d54d57

Browse files
committed
Remove FIXME
1 parent ade835e commit 4d54d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solid/src/main/java/com/inrupt/client/solid/SolidClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ public <T extends Resource> CompletionStage<Void> delete(final T resource, final
292292
(r) -> isSuccess(r.statusCode()),
293293
httpExceptionMapper("Deleting resource " + resource.getIdentifier() + " failed.")
294294
)
295-
)// FIXME I don't understand why the following is required.
295+
)
296296
.thenAccept(o -> { /* no-op */ });
297297
}
298298

0 commit comments

Comments
 (0)