type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.migrate.guava.PreferJavaUtilCollectionsSynchronizedNavigableMap
displayName: Prefer `java.util.Collections#synchronizedNavigableMap`
description: This method exists in the Java standard library now.
- org.openrewrite.java.ChangeMethodTargetToStatic:
methodPattern: com.google.common.collect.Maps synchronizedNavigableMap(java.util.NavigableMap)
fullyQualifiedTargetTypeName: java.util.Collections