Skip to content

Commit a6f9c4c

Browse files
committed
LogFormatUtils is declared abstract
1 parent af58263 commit a6f9c4c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,7 @@
3232
* @author Rossen Stoyanchev
3333
* @since 5.1
3434
*/
35-
public final class LogFormatUtils {
36-
37-
private LogFormatUtils() {
38-
}
39-
35+
public abstract class LogFormatUtils {
4036

4137
/**
4238
* Format the given value via {@code toString()}, quoting it if it is a

0 commit comments

Comments
 (0)