Skip to content

Commit 1766c5a

Browse files
committed
📝 change javadoc
1 parent 76a7dc5 commit 1766c5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api-boot-project/api-boot-autoconfigure/src/main/java/org/minbox/framework/api/boot/autoconfigure/message/pipe/client/MessagePipeClientAutoConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public MessagePipeClientAutoConfiguration(MessagePipeClientProperties messagePip
2525
* Create {@link ClientConfiguration} instance
2626
*
2727
* @return The {@link ClientConfiguration} instance
28-
* @see MessagePipeClientProperties#getConfiguration
28+
* @see MessagePipeClientProperties
2929
*/
3030
@Bean
3131
public ClientConfiguration clientConfiguration() {

api-boot-project/api-boot-autoconfigure/src/main/java/org/minbox/framework/api/boot/autoconfigure/message/pipe/server/MessagePipeServerAutoConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public MessagePipeServerAutoConfiguration(MessagePipeServerProperties messagePip
2626
* Create {@link ServerConfiguration} instance
2727
*
2828
* @return The {@link ServerConfiguration} instance
29-
* @see MessagePipeServerProperties#getConfiguration
29+
* @see MessagePipeServerProperties
3030
*/
3131
@Bean
3232
public ServerConfiguration serverConfiguration() {

0 commit comments

Comments
 (0)