Skip to content

Commit

Permalink
fix: #565 PMD
Browse files Browse the repository at this point in the history
  • Loading branch information
ikalachy committed Dec 5, 2024
1 parent a6f11be commit 8d6f522
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

public abstract class AsynchronousProcessor implements Processor {
private static final String PROCESSING_STACK = "processingStack";

private static final Promise<Void> INITIAL_STATE = null;

protected Vertx vertx;
Expand Down

0 comments on commit 8d6f522

Please sign in to comment.