Skip to content

Commit 3f149e1

Browse files
committed
Polish javadoc
1 parent 7593aab commit 3f149e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/amqp/RabbitStreamConnectionDetails.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import org.springframework.boot.autoconfigure.service.connection.ConnectionDetails;
2020

2121
/**
22-
* Details required to establish a connection to a RabbitMQ service.
22+
* Details required to establish a connection to a RabbitMQ Stream service.
2323
*
2424
* @author Eddú Meléndez
2525
* @since 3.4.0
@@ -33,8 +33,8 @@ public interface RabbitStreamConnectionDetails extends ConnectionDetails {
3333
String getHost();
3434

3535
/**
36-
* Rabbit server port.
37-
* @return the rabbit server port
36+
* Rabbit Stream server port.
37+
* @return the rabbit stream server port
3838
*/
3939
int getPort();
4040

0 commit comments

Comments
 (0)