Skip to content

Commit 13e0e42

Browse files
committed
Fixing malformed setgoogleApiKey docstring
1 parent a0e5f3b commit 13e0e42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NotificationHubs/src/com/windowsazure/messaging/GcmCredential.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ public GcmCredential(String googleApiKey) {
4545

4646
/**
4747
* Sets the Google Cloud Messaging API key.
48-
* @param value The Google Cloud Messaging API key to set.
48+
* @param googleApiKey The Google Cloud Messaging API key to set.
4949
*
50-
* @deprecated use {@link #setGoogleApiKey()} instead.
50+
* @deprecated use {@link #setGoogleApiKey(value) setGoogleApiKey} instead.
5151
*/
5252
@Deprecated
5353
public void setgoogleApiKey(String googleApiKey) {

0 commit comments

Comments
 (0)