Skip to content

Commit

Permalink
Apply spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
Ao-senXiong committed Jun 22, 2024
1 parent 2d7cae7 commit 8f59548
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion src/checkers/inference/InferenceVisitor.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
import java.lang.annotation.Annotation;
import java.util.Arrays;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@

import java.util.ArrayList;
import java.util.Collection;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Set;

import javax.lang.model.element.AnnotationMirror;

Expand All @@ -34,8 +32,7 @@ public MaxSATSubtypeConstraintEncoder(
* For subtype constraint, if supertype is constant slot, then the subtype cannot be the super
* type of supertype, same for subtype
*/
protected VecInt[] getMustNotBe(
AnnotationMirrorSet mustNotBe, Slot vSlot, ConstantSlot cSlot) {
protected VecInt[] getMustNotBe(AnnotationMirrorSet mustNotBe, Slot vSlot, ConstantSlot cSlot) {

List<Integer> resultList = new ArrayList<Integer>();

Expand Down
1 change: 0 additions & 1 deletion src/checkers/inference/solver/frontend/LatticeBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import java.lang.annotation.Annotation;
import java.util.Collection;
import java.util.Collections;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;

Expand Down

0 comments on commit 8f59548

Please sign in to comment.