Skip to content

Commit

Permalink
revert unrelated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
txiang61 committed Mar 27, 2020
1 parent 4ce6043 commit 3279870
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
21 changes: 0 additions & 21 deletions default.jaif

This file was deleted.

4 changes: 3 additions & 1 deletion src/checkers/inference/InferenceTypeHierarchy.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
import org.checkerframework.framework.type.SubtypeVisitHistory;
import org.checkerframework.javacutil.BugInCF;

import javax.lang.model.element.AnnotationMirror;

import checkers.inference.model.Slot;

import javax.lang.model.element.AnnotationMirror;

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


/**
* Constructs an instance of {@code TypeHierarchy} for the type system
* whose qualifiers represented in qualifierHierarchy.
Expand Down

0 comments on commit 3279870

Please sign in to comment.