LogFormatUtils is declared abstract
This commit is contained in:
@@ -32,11 +32,7 @@ import org.springframework.lang.Nullable;
|
||||
* @author Rossen Stoyanchev
|
||||
* @since 5.1
|
||||
*/
|
||||
public final class LogFormatUtils {
|
||||
|
||||
private LogFormatUtils() {
|
||||
}
|
||||
|
||||
public abstract class LogFormatUtils {
|
||||
|
||||
/**
|
||||
* Format the given value via {@code toString()}, quoting it if it is a
|
||||
|
||||
Reference in New Issue
Block a user