Skip to content

Commit b282518

Browse files
committed
No need for blank Javadoc lines between Javadoc @ tags
1 parent 86e37b0 commit b282518

38 files changed

+0
-70
lines changed

src/main/java/org/apache/commons/compress/archivers/ArchiveOutputStream.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ protected void count(final long written) {
169169
* @param inputFile the file to create the entry from
170170
* @param entryName name to use for the entry
171171
* @return the ArchiveEntry set up with details from the file
172-
*
173172
* @throws IOException if an I/O error occurs
174173
*/
175174
public abstract E createArchiveEntry(File inputFile, String entryName) throws IOException;
@@ -191,7 +190,6 @@ protected void count(final long written) {
191190
* @param entryName name to use for the entry
192191
* @param options options indicating how symbolic links are handled.
193192
* @return the ArchiveEntry set up with details from the file
194-
*
195193
* @throws IOException if an I/O error occurs
196194
* @since 1.21
197195
*/

src/main/java/org/apache/commons/compress/archivers/ArchiveStreamFactory.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,6 @@ public ArchiveStreamFactory() {
381381
* Constructs an instance using the specified encoding.
382382
*
383383
* @param entryEncoding the encoding to be used.
384-
*
385384
* @since 1.10
386385
*/
387386
public ArchiveStreamFactory(final String entryEncoding) {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ public void close() throws IOException {
197197
* Reads the real name from the current stream assuming the very first bytes to be read are the real file name.
198198
*
199199
* @see #isBSDLongName
200-
*
201200
* @since 1.3
202201
*/
203202
private String getBSDLongName(final String bsdLongName) throws IOException {

src/main/java/org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ public CpioArchiveEntry(final short format, final File inputFile, final String e
314314
* </pre>
315315
*
316316
* @param options options indicating how symbolic links are handled.
317-
*
318317
* @throws IOException if an I/O error occurs
319318
* @since 1.21
320319
*/
@@ -553,7 +552,6 @@ public int getHeaderPadCount(final Charset charset) {
553552
*
554553
* @param nameSize The length of the name in bytes, as read in the stream. Without the trailing zero byte.
555554
* @return the number of bytes needed to pad the header (0,1,2,3)
556-
*
557555
* @since 1.18
558556
*/
559557
public int getHeaderPadCount(final long nameSize) {

src/main/java/org/apache/commons/compress/archivers/cpio/CpioArchiveOutputStream.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ public CpioArchiveOutputStream(final OutputStream out, final short format) {
120120
* @param out The cpio stream
121121
* @param format The format of the stream
122122
* @param blockSize The block size of the archive.
123-
*
124123
* @since 1.1
125124
*/
126125
public CpioArchiveOutputStream(final OutputStream out, final short format, final int blockSize) {
@@ -134,7 +133,6 @@ public CpioArchiveOutputStream(final OutputStream out, final short format, final
134133
* @param format The format of the stream
135134
* @param blockSize The block size of the archive.
136135
* @param encoding The encoding of file names to write - use null for the platform's default.
137-
*
138136
* @since 1.6
139137
*/
140138
public CpioArchiveOutputStream(final OutputStream out, final short format, final int blockSize, final String encoding) {

src/main/java/org/apache/commons/compress/archivers/cpio/CpioUtil.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ static long fileType(final long mode) {
7575
* Converts a long number to a byte array Halfwords can be swapped by setting swapHalfWord=true.
7676
*
7777
* @param number the input long number to be converted
78-
*
7978
* @param length The length of the returned array
8079
* @param swapHalfWord Swap halfwords ([0][1][2][3]->[1][0][3][2])
8180
* @return The long value

src/main/java/org/apache/commons/compress/archivers/examples/CloseableConsumer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ public interface CloseableConsumer {
4949
* Archiver no longer need them.
5050
*
5151
* @param c Closeable created by Expander or Archiver that is now no longer used
52-
*
5352
* @throws IOException on error
5453
*/
5554
void accept(Closeable c) throws IOException;

src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZOutputFile.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ public SevenZArchiveEntry createArchiveEntry(final File inputFile, final String
264264
* @param entryName the name to use
265265
* @param options options indicating how symbolic links are handled.
266266
* @return the ArchiveEntry set up with details from the file
267-
*
268267
* @throws IOException on error
269268
* @since 1.21
270269
*/

src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,6 @@ public TarArchiveEntry(final String name) {
609609
*
610610
* @param name the entry name
611611
* @param preserveAbsolutePath whether to allow leading slashes or drive letters in the name.
612-
*
613612
* @since 1.1
614613
*/
615614
public TarArchiveEntry(String name, final boolean preserveAbsolutePath) {
@@ -647,7 +646,6 @@ public TarArchiveEntry(final String name, final byte linkFlag) {
647646
* @param name the entry name
648647
* @param linkFlag the entry link flag.
649648
* @param preserveAbsolutePath whether to allow leading slashes or drive letters in the name.
650-
*
651649
* @since 1.5
652650
*/
653651
public TarArchiveEntry(final String name, final byte linkFlag, final boolean preserveAbsolutePath) {
@@ -1214,7 +1212,6 @@ public boolean isFile() {
12141212
* Tests whether this is a Pax header.
12151213
*
12161214
* @return {@code true} if this is a Pax header.
1217-
*
12181215
* @since 1.1
12191216
*/
12201217
public boolean isGlobalPaxHeader() {
@@ -1328,7 +1325,6 @@ public boolean isPaxGNUSparse() {
13281325
* Tests whether this is a Pax header.
13291326
*
13301327
* @return {@code true} if this is a Pax header.
1331-
*
13321328
* @since 1.1
13331329
*/
13341330
public boolean isPaxHeader() {
@@ -1816,7 +1812,6 @@ public void setLastModifiedTime(final FileTime time) {
18161812
* Sets this entry's link name.
18171813
*
18181814
* @param link the link name to use.
1819-
*
18201815
* @since 1.1
18211816
*/
18221817
public void setLinkName(final String link) {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
* The algorithm is described in the ZIP File Format Specification.
3434
*
3535
* @see <a href="https://www.pkware.com/documents/casestudies/APPNOTE.TXT">ZIP File Format Specification</a>
36-
*
3736
* @since 1.7
3837
*/
3938
final class ExplodingInputStream extends InputStream implements InputStreamStatistics {

0 commit comments

Comments
 (0)