Skip to content

Commit

Permalink
Add to-do
Browse files Browse the repository at this point in the history
  • Loading branch information
azizbekxm committed Sep 24, 2024
1 parent 33f22a9 commit e0e5a99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/folio/rest/impl/InitAPIs.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public class InitAPIs implements InitAPI {
@Value("${consumer.verticle.mandatory:false}")
private boolean isConsumersVerticleMandatory;

// TODO: Refactor the InitAPI interface to git rid of deprecated methods
@Override
public void init(Vertx vertx, Context context, Handler<AsyncResult<Boolean>> resultHandler) {
vertx.executeBlocking(
Expand Down

0 comments on commit e0e5a99

Please sign in to comment.