Skip to content

Commit

Permalink
Drop IntelliJ annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Oct 22, 2024
1 parent a8f271d commit e569532
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

package org.openrewrite.java.migrate.guava;

import org.jetbrains.annotations.NotNull;
import org.jspecify.annotations.Nullable;
import org.openrewrite.*;
import org.openrewrite.internal.ListUtils;
Expand Down Expand Up @@ -134,7 +133,6 @@ public J.VariableDeclarations visitVariableDeclarations(J.VariableDeclarations m
return mv;
}

@NotNull
private TypeTree createNewTypeExpression(TypeTree typeTree,
JavaType newType) {
if (typeTree instanceof J.ParameterizedType) {
Expand Down

0 comments on commit e569532

Please sign in to comment.