Skip to content

Commit

Permalink
Update a comment. (firebase#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
bklimt authored and samtstern committed May 30, 2018
1 parent 35056c0 commit 93162ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public Integer then(@NonNull Task<HttpsCallableResult> task) throws Exception {

// [START function_add_message]
private Task<String> addMessage(String text) {
// Create the arguments to the callable function, which is just one string
// Create the arguments to the callable function.
Map<String, Object> data = new HashMap<>();
data.put("text", text);
data.put("push", true);
Expand Down

0 comments on commit 93162ae

Please sign in to comment.