Skip to content

Commit

Permalink
fix javadoc tags
Browse files Browse the repository at this point in the history
  • Loading branch information
alicejli committed Jan 12, 2024
1 parent 25c2360 commit 3ab91cf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@
* </ul>
* <p>"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.</p>
* <ul>
* <li>publish(TopicName topic, List<PubsubMessage> messages)
* <li>publish(String topic, List<PubsubMessage> messages)
* <li>publish(TopicName topic, List&lt;PubsubMessage&gt; messages)
* <li>publish(String topic, List&lt;PubsubMessage&gt; messages)
* </ul>
* <p>Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.</p>
* <ul>
Expand Down

0 comments on commit 3ab91cf

Please sign in to comment.