mirror of
https://github.com/google/nomulus
synced 2026-02-03 03:22:26 +00:00
* Remove VKeyTranslatorFactory.createVKey(String) This method serves the same function as VKey.fromWebsafeKey(), and isn't used anywhere. Move the test for it into VKeyTest and use it to instead test fromWebsafeKey() (which didn't previously have a test).