Skip to content

Commit 25464eb

Browse files
committed
fix conflicts
1 parent 88642b5 commit 25464eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/openrewrite/java/migrate/guava/AbstractNoGuavaImmutableOf.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
*/
1616
package org.openrewrite.java.migrate.guava;
1717

18+
import java.time.Duration;
1819
import org.jspecify.annotations.Nullable;
1920
import org.openrewrite.ExecutionContext;
2021
import org.openrewrite.Option;
@@ -34,7 +35,6 @@
3435

3536
import static java.util.Collections.emptyList;
3637
import java.util.List;
37-
import org.openrewrite.marker.Markers;
3838

3939
abstract class AbstractNoGuavaImmutableOf extends Recipe {
4040

0 commit comments

Comments
 (0)