Skip to content

Commit

Permalink
Update to EISOP 3.40-eisop1 from 3.39-eisop1 (#441)
Browse files Browse the repository at this point in the history
Co-authored-by: Haifeng Shi <[email protected]>
  • Loading branch information
Ao-senXiong and AndrewShf authored Apr 11, 2024
1 parent e740339 commit 436378a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/checkers/inference/InferenceTypeHierarchy.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public InferenceEqualityComparer(StructuralEqualityVisitHistory typeargVisitHist
}

@Override
protected boolean arePrimeAnnosEqual(AnnotatedTypeMirror type1, AnnotatedTypeMirror type2) {
protected boolean arePrimaryAnnosEqual(AnnotatedTypeMirror type1, AnnotatedTypeMirror type2) {
final InferenceMain inferenceMain = InferenceMain.getInstance();
final AnnotationMirror varAnnot1 = type1.getAnnotationInHierarchy(varAnnot);
final AnnotationMirror varAnnot2 = type2.getAnnotationInHierarchy(varAnnot);
Expand Down

0 comments on commit 436378a

Please sign in to comment.