-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels