Skip to content

Commit

Permalink
fix: use Jetbrains' @nullable annotation instead of javax's
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <[email protected]>
  • Loading branch information
fbricon committed Dec 7, 2023
1 parent cd527c0 commit acc7cd6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
import com.intellij.psi.PsiElement;
import com.intellij.psi.PsiModifierListOwner;
import com.intellij.psi.PsiNameValuePair;

import javax.annotation.Nullable;
import org.jetbrains.annotations.Nullable;

/**
* Java annotations utilities.
Expand Down

0 comments on commit acc7cd6

Please sign in to comment.