diff --git a/src/main/java/org/openrewrite/java/liberty/ChangeMethodInvocation.java b/src/main/java/org/openrewrite/java/liberty/ChangeMethodInvocation.java index a87074f..4a8dea1 100644 --- a/src/main/java/org/openrewrite/java/liberty/ChangeMethodInvocation.java +++ b/src/main/java/org/openrewrite/java/liberty/ChangeMethodInvocation.java @@ -36,8 +36,6 @@ import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonProperty; -import org.openrewrite.xml.ChangeNamespaceValue; - /* Development in this class is not complete */