Skip to content

Commit

Permalink
remove nullable annotation
Browse files Browse the repository at this point in the history
GraxCode committed Jun 2, 2020
1 parent 020c54d commit ed72a6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/me/nov/threadtear/graph/Block.java
Original file line number Diff line number Diff line change
@@ -2,7 +2,6 @@

import java.util.*;

import org.eclipse.jdt.annotation.Nullable;
import org.objectweb.asm.tree.*;

public class Block {
@@ -17,7 +16,6 @@ public class Block {
private List<Block> surroundingBlocks = new ArrayList<>();
private int depth;

@Nullable
private TryCatchBlockNode tcb;
private int tcbIndex = -1;

0 comments on commit ed72a6b

Please sign in to comment.