Skip to content

Commit

Permalink
[java] Fixing javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Jun 21, 2019
1 parent a4f3b1d commit f8b35a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public static Command<Boolean> closeTarget(TargetId targetId) {
* nject object to the target's main frame that provides a communication channel with browser
* target. Injected object will be available as window[bindingName]. The object has the follwing
* API: binding.send(json) - a method to send messages over the remote debugging protocol
* binding.onmessage = json => handleMessage(json) - a callback that will be called for the
* binding.onmessage = json =&gt; handleMessage(json) - a callback that will be called for the
* protocol notifications and command responses.
*/
@Beta
Expand Down

0 comments on commit f8b35a3

Please sign in to comment.