Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
Switch to JetBrains @Nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
NebelNidas committed May 29, 2023
1 parent 77c0999 commit 6b6600f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/net/fabricmc/stitch/commands/GenMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import java.util.Map;
import java.util.function.Function;

import org.checkerframework.checker.nullness.qual.Nullable;
import org.jetbrains.annotations.Nullable;

import net.fabricmc.mapping.util.EntryTriple;
import net.fabricmc.mappingio.tree.MappingTree;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/fabricmc/stitch/commands/GenState.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
import java.util.regex.Pattern;
import java.util.regex.PatternSyntaxException;

import org.checkerframework.checker.nullness.qual.Nullable;
import org.jetbrains.annotations.Nullable;
import org.objectweb.asm.Opcodes;

import net.fabricmc.mapping.util.EntryTriple;
Expand Down

0 comments on commit 6b6600f

Please sign in to comment.