Skip to content

Commit 3279870

Browse files
committed
revert unrelated changes
1 parent 4ce6043 commit 3279870

File tree

2 files changed

+3
-22
lines changed

2 files changed

+3
-22
lines changed

default.jaif

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/checkers/inference/InferenceTypeHierarchy.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
import org.checkerframework.framework.type.SubtypeVisitHistory;
1010
import org.checkerframework.javacutil.BugInCF;
1111

12+
import javax.lang.model.element.AnnotationMirror;
13+
1214
import checkers.inference.model.Slot;
1315

14-
import javax.lang.model.element.AnnotationMirror;
1516

1617
/**
1718
* The InferenceTypeHierarchy along with the InferenceQualifierHierarchy is responsible for
@@ -27,6 +28,7 @@ public class InferenceTypeHierarchy extends DefaultTypeHierarchy {
2728
private final AnnotationMirror varAnnot;
2829
// TODO: Think this through, add any missing constraints
2930

31+
3032
/**
3133
* Constructs an instance of {@code TypeHierarchy} for the type system
3234
* whose qualifiers represented in qualifierHierarchy.

0 commit comments

Comments
 (0)