You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anyone else getting these warning during the kue-core build?
kue-core\src\main\java\io\vertx\blueprint\kue\CallbackKue.java:20: warning: Interface io.vertx.blueprint.kue.CallbackKue does not redeclare the @Fluent return type of method getWorkTime(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>) declared by io.vertx.blueprint.kue.service.JobService
public interface CallbackKue extends JobService {
...one for each @Fluent-attributed method in the CallbackKue interface.
The text was updated successfully, but these errors were encountered:
Anyone else getting these warning during the
kue-core
build?...one for each
@Fluent
-attributed method in theCallbackKue
interface.The text was updated successfully, but these errors were encountered: