Skip to content

Commit 51d32d5

Browse files
Fixing javadoc error
1 parent 355369f commit 51d32d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gcloud-java-pubsub/src/main/java/com/google/gcloud/pubsub/spi/SubscriberApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ public ApiCallable<DeleteSubscriptionRequest, Empty> deleteSubscriptionCallable(
675675
* @param subscription The name of the subscription.
676676
* @param ackIds List of acknowledgment IDs.
677677
* @param ackDeadlineSeconds The new ack deadline with respect to the time this request was sent to
678-
* the Pub/Sub system. Must be >= 0. For example, if the value is 10, the new
678+
* the Pub/Sub system. Must be &gt;= 0. For example, if the value is 10, the new
679679
* ack deadline will expire 10 seconds after the `ModifyAckDeadline` call
680680
* was made. Specifying zero may immediately make the message available for
681681
* another pull request.

0 commit comments

Comments
 (0)