1
0
mirror of https://github.com/google/nomulus synced 2026-04-18 23:35:54 +00:00
Files
nomulus/core
Michael Muller 7880aab386 Fix optional access for VKey nested keys (#539)
* Fix optional access for VKey nested keys

We should have used ofNullable() instead of of() for key creation.  Also add a
unit test.
2020-03-30 11:01:25 -04:00
..