LogFormatUtils is declared abstract
This commit is contained in:
parent
af58263744
commit
a6f9c4c599
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue