Skip to content

Commit 497597a

Browse files
committed
Change @code to @code for generate java doc
1 parent 42bf81f commit 497597a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

openmessaging-api/src/main/java/io/openmessaging/consumer/Consumer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* PushConsumer} client.
3434
*
3535
* @version OMS 1.0.0
36-
* @see MessagingAccessPoint#createConsumer().
36+
* @see MessagingAccessPoint#createConsumer()
3737
* @since OMS 1.0.0
3838
*/
3939
public interface Consumer extends ServiceLifecycle, Client {

openmessaging-api/src/main/java/io/openmessaging/extension/ExtensionHeader.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public interface ExtensionHeader {
4646
ExtensionHeader setPartition(int partition);
4747

4848
/**
49-
* This method is only called by the server. and {@Code OFFSET} represents this message offset in partition.
49+
* This method is only called by the server. and {@code OFFSET} represents this message offset in partition.
5050
* <p>
5151
*
5252
* @param offset The offset in the current partition, used to quickly get this message in the queue
@@ -136,7 +136,7 @@ public interface ExtensionHeader {
136136
int getPartiton();
137137

138138
/**
139-
* This method will return the {@Code OFFSET} in the partition to which the message belongs to, but the premise is
139+
* This method will return the {@code OFFSET} in the partition to which the message belongs to, but the premise is
140140
* that the implementation of the server side is dependent on the partition or a queue-like storage mechanism.
141141
*
142142
* @return The offset of the partition to which the message belongs.

0 commit comments

Comments
 (0)