Skip to content

Commit 84d89d5

Browse files
committed
Fixed an incorrect tag in the javadocs
1 parent 88716a4 commit 84d89d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spt-development-logging-spring-boot-autoconfigure/src/main/java/com/spt/development/logging/spring/boot/autoconfigure/LoggingSpringAutoConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public JmsListenerLogger jmsListenerLogger() {
5959

6060
/**
6161
* Creates a {@link ServiceLogger} (aspect) bean. If the <code>spt.cid.mdc.disabled</code> property is set to
62-
* <true>true</true>, the correlation ID will be included in the generated log statements.
62+
* <code>true</code>, the correlation ID will be included in the generated log statements.
6363
*
6464
* @return a new {@link ServiceLogger} bean.
6565
*/

0 commit comments

Comments
 (0)