Skip to content

Commit

Permalink
Merge branch 'master' into PICO-pull-in
Browse files Browse the repository at this point in the history
  • Loading branch information
Ao-senXiong authored Apr 11, 2024
2 parents a2a1f61 + 436378a commit d47647f
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 d47647f

Please sign in to comment.