Consistent abstract declaration for utility classes (plus polishing)

Issue: SPR-16968
This commit is contained in:
Juergen Hoeller
2018-07-01 02:31:20 +02:00
parent e72f4ec501
commit 4ff1e3e74b
21 changed files with 31 additions and 77 deletions

View File

@@ -29,12 +29,7 @@ package org.springframework.web.util;
* @author Rossen Stoyanchev
* @since 1.1.1
*/
public final class JavaScriptUtils {
private JavaScriptUtils() {
}
public abstract class JavaScriptUtils {
/**
* Turn JavaScript special characters into escaped characters.