Closed dima-dencep closed 9 months ago
Show your mixin.
I am not sure what you are going at, after you call reloadResources()
you call thenRun
on your CF, so you very obviously use your return value.
Yeah no the return value clearly is used.
I am not sure what you are going at, after you call
reloadResources()
you callthenRun
on your CF, so you very obviously use your return value.
I see
I'm getting an error:
The whole point is that the return value is not used there:
reloadResources()
returnsCompletableFuture<Void>