Skip to content

Commit e14b795

Browse files
committed
Javadoc: Empty Javadoc line before the 1st tag.
1 parent c1a6b00 commit e14b795

File tree

6 files changed

+6
-1
lines changed

6 files changed

+6
-1
lines changed

src/main/java/org/apache/commons/compress/archivers/ar/ArArchiveInputStream.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ public ArArchiveEntry getNextArEntry() throws IOException {
308308
* <p>
309309
* The method skips special AR file entries, such as those used by GNU.
310310
* </p>
311+
*
311312
* @return The next AR file entry.
312313
* @throws IOException if the entry could not be read or is malformed.
313314
*/

src/main/java/org/apache/commons/compress/archivers/dump/DumpArchiveSummary.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ public int getLevel() {
154154
* <p>
155155
* This is typically either 10 (for standard density tapes) or 32 (for high density tapes).
156156
* </p>
157+
*
157158
* @return the number of records per tape block.
158159
*/
159160
public int getNTRec() {

src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ private static String toEntryName(final Path inputPath, final String entryName,
279279
* <p>
280280
* The default value -1 means that the method has not been specified.
281281
* </p>
282+
*
282283
* @see <a href="https://issues.apache.org/jira/browse/COMPRESS-93">COMPRESS-93</a>
283284
*/
284285
private int method = ZipMethod.UNKNOWN_CODE;

src/main/java/org/apache/commons/compress/compressors/gzip/GzipUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
/**
2929
* Utility code for the GZIP compression format.
30-
* @see <a href="https://datatracker.ietf.org/doc/html/rfc1952">RFC 1952 GZIP File Format Specification</a>
3130
*
31+
* @see <a href="https://datatracker.ietf.org/doc/html/rfc1952">RFC 1952 GZIP File Format Specification</a>
3232
* @ThreadSafe
3333
*/
3434
public class GzipUtils {

src/main/java/org/apache/commons/compress/compressors/xz/XZCompressorInputStream.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
* .get();
4949
* }
5050
* </pre>
51+
*
5152
* @since 1.4
5253
*/
5354
// @formatter:on

src/main/java/org/apache/commons/compress/compressors/zstandard/ZstdCompressorOutputStream.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ public class ZstdCompressorOutputStream extends CompressorOutputStream<ZstdOutpu
6060
* <p>
6161
* This class avoids making the underlying {@code zstd} classes part of the public or protected API.
6262
* </p>
63+
*
6364
* @see #get()
6465
* @see ZstdConstants
6566
* @since 1.28.0

0 commit comments

Comments
 (0)