From e04bea39f185f93bff0e32fcafdc5dddce31247d Mon Sep 17 00:00:00 2001 From: cgoldfeder Date: Tue, 31 Jan 2017 14:07:29 -0800 Subject: [PATCH] Javadoc fix ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=146163449 --- java/google/registry/keyring/api/Keyring.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();