Skip to content

Commit

Permalink
Fixing javadoc comment error (#246) (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
yvgopal authored Jul 14, 2018
1 parent cd642c3 commit dce22da
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public interface IMessage {
*
* @return the instant at which the message will be enqueued in Azure Service Bus
* @see <a href="https://docs.microsoft.com/azure/service-bus-messaging/message-sequencing">Message Sequencing and Timestamps</a>
* @deprecated Replaced by {@link #getScheduledEnqueueTimeUtc()
* @deprecated Replaced by {@link #getScheduledEnqueueTimeUtc()}
*/
@Deprecated
public Instant getScheduledEnqueuedTimeUtc();
Expand All @@ -147,7 +147,7 @@ public interface IMessage {
*
* @param scheduledEnqueueTimeUtc the instant at which this message should be enqueued in Azure Service Bus
* @see #getScheduledEnqueueTimeUtc()
* @deprecated Replaced by {@link #setScheduledEnqueueTimeUtc(Instant)()
* @deprecated Replaced by {@link #setScheduledEnqueueTimeUtc(Instant)}
*/
@Deprecated
public void setScheduledEnqueuedTimeUtc(Instant scheduledEnqueueTimeUtc);
Expand Down

0 comments on commit dce22da

Please sign in to comment.