Skip to content

Commit

Permalink
Discontinue use of deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
jyoo980 committed May 3, 2024
1 parent ae7e557 commit 3a75430
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ public void updateForMethodCall(
arrayValues.clear();

// update method values
methodCallExpressions.keySet().removeIf(e -> !e.isUnmodifiableByOtherCode());
methodCallExpressions.keySet().removeIf(MethodCall::isModifiableByOtherCode);
}

// store information about method call if possible
Expand Down

0 comments on commit 3a75430

Please sign in to comment.