diff --git a/jetty-core/jetty-util/src/main/java/org/eclipse/jetty/util/DateCache.java b/jetty-core/jetty-util/src/main/java/org/eclipse/jetty/util/DateCache.java index 57e3fec78f0..4a748dd17da 100644 --- a/jetty-core/jetty-util/src/main/java/org/eclipse/jetty/util/DateCache.java +++ b/jetty-core/jetty-util/src/main/java/org/eclipse/jetty/util/DateCache.java @@ -26,7 +26,7 @@ import java.util.TimeZone; *

* If consecutive calls are frequently very different, then this * may be a little slower than a normal DateFormat. - *

+ *

* @see DateTimeFormatter for date formatting patterns. */ public class DateCache diff --git a/jetty-ee10/jetty-ee10-webapp/src/main/java/org/eclipse/jetty/ee10/webapp/WebAppClassLoader.java b/jetty-ee10/jetty-ee10-webapp/src/main/java/org/eclipse/jetty/ee10/webapp/WebAppClassLoader.java index be8d605e5f3..9ed7a6b6c88 100644 --- a/jetty-ee10/jetty-ee10-webapp/src/main/java/org/eclipse/jetty/ee10/webapp/WebAppClassLoader.java +++ b/jetty-ee10/jetty-ee10-webapp/src/main/java/org/eclipse/jetty/ee10/webapp/WebAppClassLoader.java @@ -125,9 +125,8 @@ public class WebAppClassLoader extends URLClassLoader implements ClassVisibility *

Run the passed {@link PrivilegedExceptionAction} with the classloader * configured so as to allow server classes to be visible

* - * @param The type returned by the action * @param action The action to run - * @param the type of PrivilegedExceptionAction + * @param the type of PrivilegedExceptionAction and the type returned by the action * @return The return from the action * @throws Exception if thrown by the action */ diff --git a/pom.xml b/pom.xml index d3621746c73..59b23d2d7bd 100644 --- a/pom.xml +++ b/pom.xml @@ -1409,8 +1409,8 @@ UTF-8 UTF-8 UTF-8 - -html5 true + all,-missing false false false