## What happened? At https://github.com/palantir/palantir-java-format/pull/980/files#r1451076860 I accidentally wrote code returning a `null` from a method with `OptionalInt` return type. Ideally the [baseline-null-away](https://github.com/palantir/gradle-baseline/tree/develop/baseline-null-away) plugin would be applied, to automatically flag issues like this.
What happened?
At https://github.com/palantir/palantir-java-format/pull/980/files#r1451076860 I accidentally wrote code returning a
nullfrom a method withOptionalIntreturn type. Ideally the baseline-null-away plugin would be applied, to automatically flag issues like this.