Skip to content

Commit b541a11

Browse files
committed
Fix Javadoc
1 parent fe43032 commit b541a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/rabbitmq/stream/SubscriptionListener.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public interface SubscriptionListener {
2929
*
3030
* <p>The method is called when a {@link Consumer} is created and it registers to the broker, and
3131
* also when the subscription must be re-created (after a disconnection or when the subscription
32-
* must moved because the stream member it was connected to becomes unavailable).
32+
* must move because the stream member it was connected to becomes unavailable).
3333
*
3434
* <p>Application code can set the {@link OffsetSpecification} that will be used with the {@link
3535
* SubscriptionContext#offsetSpecification(OffsetSpecification)} method.

0 commit comments

Comments
 (0)