Skip to content

Commit

Permalink
Fix doc strings
Browse files Browse the repository at this point in the history
  • Loading branch information
lahirumaramba committed Sep 24, 2020
1 parent 3016467 commit 6cf3a01
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* This class is the entry point for all server-side Firebase Remote Config actions.
*
* <p>You can get an instance of FirebaseRemoteConfig via {@link #getInstance(FirebaseApp)}, and
* <p>You can get an instance of {@link FirebaseRemoteConfig} via {@link #getInstance(FirebaseApp)}, and
* then use it to manage Remote Config templates.
*/
public final class FirebaseRemoteConfig {
Expand Down Expand Up @@ -83,7 +83,7 @@ public RemoteConfigTemplate getTemplate() throws FirebaseRemoteConfigException {
/**
* Similar to {@link #getTemplate()} but performs the operation asynchronously.
*
* @return An {@code ApiFuture} that will complete with a {@link RemoteConfigTemplate} when
* @return An {@code ApiFuture} that completes with a {@link RemoteConfigTemplate} when
* the template is available.
*/
public ApiFuture<RemoteConfigTemplate> getTemplateAsync() {
Expand Down

0 comments on commit 6cf3a01

Please sign in to comment.