Skip to content

Commit e606fa0

Browse files
committed
No need for blank Javadoc lines between Javadoc @ tags
1 parent 4df1f7b commit e606fa0

File tree

7 files changed

+0
-9
lines changed

7 files changed

+0
-9
lines changed

src/main/java/org/apache/commons/imaging/common/ZlibDeflate.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ public final class ZlibDeflate {
3939
* Compress the byte[] using ZLIB deflate compression.
4040
*
4141
* @param bytes The bytes to compress
42-
*
4342
* @return The compressed bytes.
4443
* @throws ImagingException if the bytes could not be compressed.
4544
* @see DeflaterOutputStream
@@ -59,7 +58,6 @@ public static byte[] compress(final byte[] bytes) throws ImagingException {
5958
*
6059
* @param bytes The bytes to decompress
6160
* @param expectedSize The expected size of the decompressed byte[].
62-
*
6361
* @return The decompressed bytes.
6462
* @throws ImagingException if the bytes could not be decompressed.
6563
* @see Inflater

src/main/java/org/apache/commons/imaging/formats/jpeg/exif/ExifRewriter.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ public void removeExifMetadata(final ByteSource byteSource, final OutputStream o
217217
*
218218
* @param src Image file.
219219
* @param os OutputStream to write the image to.
220-
*
221220
* @throws ImagingException if it fails to read the JFIF segments
222221
* @throws IOException if it fails to read the image data
223222
* @throws ImagingException if it fails to write the updated data

src/main/java/org/apache/commons/imaging/formats/jpeg/iptc/JpegIptcRewriter.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ public void removeIptc(final ByteSource byteSource, final OutputStream os, final
126126
*
127127
* @param src Image file.
128128
* @param os OutputStream to write the image to.
129-
*
130129
* @throws ImagingException if there are more than one Photoshop App13 segment, or if the Photoshop segment cannot be parsed
131130
* @throws IOException if it fails to read from the origin byte source, or to write to the target byte source
132131
* @throws ImagingException if it fails to write the target image
@@ -145,7 +144,6 @@ public void removeIptc(final File src, final OutputStream os) throws ImagingExce
145144
* @param src Image file.
146145
* @param os OutputStream to write the image to.
147146
* @param removeSegment Remove the App13 segment.
148-
*
149147
* @see java.io.File
150148
* @see java.io.OutputStream
151149
* @throws ImagingException if there are more than one Photoshop App13 segment, or if the Photoshop segment cannot be parsed

src/main/java/org/apache/commons/imaging/formats/jpeg/xmp/JpegXmpRewriter.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ public void removeXmpXml(final ByteSource byteSource, final OutputStream os) thr
7070
*
7171
* @param src Image file.
7272
* @param os OutputStream to write the image to.
73-
*
7473
* @see java.io.File
7574
* @see java.io.OutputStream
7675
* @throws ImagingException if it fails to read the JFIF segments

src/main/java/org/apache/commons/imaging/formats/tiff/TiffDirectory.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,6 @@ public boolean hasJpegImageData() throws ImagingException {
757757
* Indicates whether the directory definition specifies a float-point data format.
758758
*
759759
* @return {@code true} if the directory contains floating point data; otherwise, {@code false}
760-
*
761760
* @throws ImagingException in the event of an invalid or malformed specification.
762761
*/
763762
public boolean hasTiffFloatingPointRasterData() throws ImagingException {

src/main/java/org/apache/commons/imaging/formats/tiff/photometricinterpreters/PhotometricInterpreterPalette.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ public class PhotometricInterpreterPalette extends PhotometricInterpreter {
4242
* @param width TODO
4343
* @param height TODO
4444
* @param colorMap TODO
45-
*
4645
* @throws ImagingFormatException if an index into the {@code colorMap} is out of bounds.
4746
* @throws AllocationRequestException Thrown when an allocation request exceeds the {@link Allocator} limit.
4847
*/

src/main/java/org/apache/commons/imaging/formats/webp/package-info.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
* </p>
2525
*
2626
* @see <a href="https://developers.google.com/speed/webp/docs/riff_container">WebP Container Specification</a>
27-
*
2827
* @since 1.0-alpha4
2928
*/
3029
package org.apache.commons.imaging.formats.webp;

0 commit comments

Comments
 (0)