diff --git a/java/google/registry/keyring/api/Keyring.java b/java/google/registry/keyring/api/Keyring.java index 9b2f0054a..3954053e8 100644 --- a/java/google/registry/keyring/api/Keyring.java +++ b/java/google/registry/keyring/api/Keyring.java @@ -154,7 +154,7 @@ public interface Keyring extends AutoCloseable { * *

This is a base32 value copied from the Braintree website. * - * @see google.registry.config.ConfigModule#provideBraintreePublicKey + * @see google.registry.config.RegistryConfig.ConfigModule#provideBraintreePublicKey */ String getBraintreePrivateKey();