Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanos committed Dec 2, 2024
1 parent 7b3b17b commit e695fed
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,6 @@ public void invoke(
Method method,
Object[] args) {

POJOWorkflowMethodMetadata methodMetadata = workflowMetadata.getMethodMetadata(method);

if (state == State.INIT) {
UpdateMethod updateMethod = method.getAnnotation(UpdateMethod.class);
if (updateMethod == null) {
Expand Down

0 comments on commit e695fed

Please sign in to comment.