mirror of
https://github.com/corda/corda.git
synced 2024-12-27 08:22:35 +00:00
61b8bb4c6b
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 |