Skip to content

Commit bee4fb0

Browse files
committed
Polishing
1 parent 049437e commit bee4fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-core/src/main/java/org/springframework/core/log/LogMessage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* A simple log message type for use with Commons Logging, allowing
2626
* for convenient lazy resolution of a given {@link Supplier} instance
2727
* (typically bound to a Java 8 lambda expression) or a printf-style
28-
* format string ({@link String#format})in its {@link #toString()}.
28+
* format string ({@link String#format}) in its {@link #toString()}.
2929
*
3030
* @author Juergen Hoeller
3131
* @since 5.2

0 commit comments

Comments
 (0)