Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark the "previous value or
null
" type of Properties.compute
as n…
…ullable. This matches [what we have for `Map.compute`](https://github.com/jspecify/jdk/blob/7cc2fbd5f404bf5403bd1375b47024a855838fef/src/java.base/share/classes/java/util/Map.java#L1247), noting that `Properties` is a `Hashtable<Object, Object>` and so a `Map<Object, Object>. See previous discussion in #114 (comment)
- Loading branch information