Issue #10387 configure doclint to not generate verbose useless warning, remove obsolete parameter (#11544)

Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
Olivier Lamy 2024-03-27 22:27:21 +01:00 committed by GitHub
parent 5743193448
commit ee82c2b761
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 4 deletions

View File

@ -26,7 +26,7 @@ import java.util.TimeZone;
* <p>
* If consecutive calls are frequently very different, then this
* may be a little slower than a normal DateFormat.
* <p>
* </p>
* @see DateTimeFormatter for date formatting patterns.
*/
public class DateCache

View File

@ -125,9 +125,8 @@ public class WebAppClassLoader extends URLClassLoader implements ClassVisibility
* <p>Run the passed {@link PrivilegedExceptionAction} with the classloader
* configured so as to allow server classes to be visible</p>
*
* @param <T> The type returned by the action
* @param action The action to run
* @param <T> the type of PrivilegedExceptionAction
* @param <T> the type of PrivilegedExceptionAction and the type returned by the action
* @return The return from the action
* @throws Exception if thrown by the action
*/

View File

@ -1409,8 +1409,8 @@
<charset>UTF-8</charset>
<docencoding>UTF-8</docencoding>
<encoding>UTF-8</encoding>
<additionalOptions>-html5</additionalOptions>
<docfilessubdirs>true</docfilessubdirs>
<doclint>all,-missing</doclint>
<detectLinks>false</detectLinks>
<detectJavaApiLink>false</detectJavaApiLink>
<detectOfflineLinks>false</detectOfflineLinks>