File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/com/google/firebase/remoteconfig Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
/**
29
29
* This class is the entry point for all server-side Firebase Remote Config actions.
30
30
*
31
- * <p>You can get an instance of FirebaseRemoteConfig via {@link #getInstance(FirebaseApp)}, and
32
- * then use it to manage Remote Config templates.
31
+ * <p>You can get an instance of {@link FirebaseRemoteConfig} via {@link #getInstance(FirebaseApp)},
32
+ * and then use it to manage Remote Config templates.
33
33
*/
34
34
public final class FirebaseRemoteConfig {
35
35
@@ -83,7 +83,7 @@ public RemoteConfigTemplate getTemplate() throws FirebaseRemoteConfigException {
83
83
/**
84
84
* Similar to {@link #getTemplate()} but performs the operation asynchronously.
85
85
*
86
- * @return An {@code ApiFuture} that will complete with a {@link RemoteConfigTemplate} when
86
+ * @return An {@code ApiFuture} that completes with a {@link RemoteConfigTemplate} when
87
87
* the template is available.
88
88
*/
89
89
public ApiFuture <RemoteConfigTemplate > getTemplateAsync () {
You can’t perform that action at this time.
0 commit comments