Address javadoc violations

This commit is contained in:
NotMyFault
2021-09-21 17:40:53 +02:00
parent 1de3a6b54a
commit 3617a29ba8
17 changed files with 22 additions and 25 deletions

View File

@ -125,7 +125,7 @@ public class HttpRequest implements Closeable {
/**
* Execute the request.
* <p/>
* <p>
* After execution, {@link #close()} should be called.
*
* @return this object

View File

@ -52,7 +52,6 @@ import java.util.stream.StreamSupport;
* <li>{@code 2019-06-15-10-20-30}</li>
* <li>{@code 2019-6-1-1-2-3}</li>
* </ul>
* </p>
*/
public class FileNameDateTimeParser implements SnapshotDateTimeParser {