Browse Source

LogFormatUtils is declared abstract

pull/1963/merge
Rossen Stoyanchev 7 years ago
parent
commit
a6f9c4c599
  1. 6
      spring-core/src/main/java/org/springframework/core/log/LogFormatUtils.java

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

@ -32,11 +32,7 @@ import org.springframework.lang.Nullable; @@ -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…
Cancel
Save