mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
06d27b57c1
Nullability logic was relying on annotations that Kotlin applies by default but is left to the developer in Javaland. Change this around so it works for both. In Kotlin, the property must be nullable, in Java, it can't be a primitive. |
||
---|---|---|
.. | ||
src | ||
build.gradle |