Skip to content

Commit

Permalink
Update src/main/java/org/openrewrite/java/migrate/joda/templates/Abst…
Browse files Browse the repository at this point in the history
…ractInstantTemplates.java

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
amishra-u and github-actions[bot] authored Oct 17, 2024
1 parent e33cb4a commit 5169388
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
import java.util.ArrayList;
import java.util.List;

import static org.openrewrite.java.migrate.joda.templates.TimeClassNames.*;
import static org.openrewrite.java.migrate.joda.templates.TimeClassNames.JAVA_UTIL_DATE;
import static org.openrewrite.java.migrate.joda.templates.TimeClassNames.JODA_ABSTRACT_INSTANT;

public class AbstractInstantTemplates {
private final MethodMatcher toDate = new MethodMatcher(JODA_ABSTRACT_INSTANT + " toDate()");
Expand Down

0 comments on commit 5169388

Please sign in to comment.