Skip to content

Commit c14e0b8

Browse files
committed
Make it clear that "tokens/" is refering to the name of the folder.
1 parent f979dc8 commit c14e0b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adminSDK/alertcenter/quickstart/src/main/java/AdminSDKAlertCenterQuickstart.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class AdminSDKAlertCenterQuickstart {
4040

4141
/**
4242
* Global instance of the scopes required by this quickstart.
43-
* If modifying these scopes, delete your previously saved tokens/folder.
43+
* If modifying these scopes, delete your previously saved "tokens/" folder.
4444
*/
4545
private static final List<String> SCOPES =
4646
Collections.singletonList(AlertCenterScopes.APPS_ALERTS);

0 commit comments

Comments
 (0)