Skip to content

Commit

Permalink
Update NoGuavaListsNewArrayList.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-solomon authored Jan 23, 2024
1 parent 49ff90d commit a2f6dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/yourorg/NoGuavaListsNewArrayList.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import org.openrewrite.java.tree.J;

@Value
@EqualsAndHashCode(callSuper = true)
@EqualsAndHashCode(callSuper = false)
public class NoGuavaListsNewArrayList extends Recipe {
private static final MethodMatcher NEW_ARRAY_LIST = new MethodMatcher("com.google.common.collect.Lists newArrayList()");
private static final MethodMatcher NEW_ARRAY_LIST_ITERABLE = new MethodMatcher("com.google.common.collect.Lists newArrayList(java.lang.Iterable)");
Expand Down

0 comments on commit a2f6dec

Please sign in to comment.