Skip to content

Commit

Permalink
Surpress unused warning in instrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cb645j committed Dec 13, 2024
1 parent fd44b57 commit bdd9ea1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public void transform(TypeTransformer transformer) {
this.getClass().getName() + "$CamundaExternalTaskActivityBehaviorAdvice");
}

@SuppressWarnings("unused")
public static class CamundaExternalTaskActivityBehaviorAdvice {

/**
Expand Down

0 comments on commit bdd9ea1

Please sign in to comment.