Refactored using IntelliJ
This commit is contained in:
@@ -7,7 +7,8 @@ import java.nio.charset.StandardCharsets;
|
||||
*/
|
||||
public final class Html {
|
||||
|
||||
private Html() {}
|
||||
private Html() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Escapes text for HTML.
|
||||
@@ -37,7 +38,7 @@ public final class Html {
|
||||
* Simple page wrapper.
|
||||
*
|
||||
* @param title title
|
||||
* @param body body html
|
||||
* @param body body html
|
||||
* @return full html
|
||||
*/
|
||||
public static String page(String title, String body) {
|
||||
|
||||
Reference in New Issue
Block a user