Skip to content

Commit

Permalink
Update API name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ao-senXiong committed Apr 5, 2024
1 parent b653189 commit 1186e2c
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 1186e2c

Please sign in to comment.