Skip to content

Commit

Permalink
Merge branch 'master' into fix-depreation-script
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl authored Apr 20, 2024
2 parents 3a31e42 + 938898f commit aac97f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/checkers/inference/dataflow/InferenceValue.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ private InferenceAnalysis getInferenceAnalysis() {
*
*/
@Override
public CFValue leastUpperBound(CFValue other) {
public CFValue upperBound(CFValue other, TypeMirror upperBoundTypeMirror, boolean shouldWiden) {
if (other == null) {
return this;
}
Expand Down

0 comments on commit aac97f8

Please sign in to comment.