This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-imaging.git
The following commit(s) were added to refs/heads/master by this push: new e606fa07 No need for blank Javadoc lines between Javadoc @ tags e606fa07 is described below commit e606fa07a2d7915535cd40c565adb1f48c11291d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Nov 28 12:38:27 2024 -0500 No need for blank Javadoc lines between Javadoc @ tags --- src/main/java/org/apache/commons/imaging/common/ZlibDeflate.java | 2 -- .../java/org/apache/commons/imaging/formats/jpeg/exif/ExifRewriter.java | 1 - .../org/apache/commons/imaging/formats/jpeg/iptc/JpegIptcRewriter.java | 2 -- .../org/apache/commons/imaging/formats/jpeg/xmp/JpegXmpRewriter.java | 1 - .../java/org/apache/commons/imaging/formats/tiff/TiffDirectory.java | 1 - .../tiff/photometricinterpreters/PhotometricInterpreterPalette.java | 1 - src/main/java/org/apache/commons/imaging/formats/webp/package-info.java | 1 - 7 files changed, 9 deletions(-) diff --git a/src/main/java/org/apache/commons/imaging/common/ZlibDeflate.java b/src/main/java/org/apache/commons/imaging/common/ZlibDeflate.java index c8eec008..25c7101c 100644 --- a/src/main/java/org/apache/commons/imaging/common/ZlibDeflate.java +++ b/src/main/java/org/apache/commons/imaging/common/ZlibDeflate.java @@ -39,7 +39,6 @@ public final class ZlibDeflate { * Compress the byte[] using ZLIB deflate compression. * * @param bytes The bytes to compress - * * @return The compressed bytes. * @throws ImagingException if the bytes could not be compressed. * @see DeflaterOutputStream @@ -59,7 +58,6 @@ public final class ZlibDeflate { * * @param bytes The bytes to decompress * @param expectedSize The expected size of the decompressed byte[]. - * * @return The decompressed bytes. * @throws ImagingException if the bytes could not be decompressed. * @see Inflater diff --git a/src/main/java/org/apache/commons/imaging/formats/jpeg/exif/ExifRewriter.java b/src/main/java/org/apache/commons/imaging/formats/jpeg/exif/ExifRewriter.java index fba73310..fc0eb151 100644 --- a/src/main/java/org/apache/commons/imaging/formats/jpeg/exif/ExifRewriter.java +++ b/src/main/java/org/apache/commons/imaging/formats/jpeg/exif/ExifRewriter.java @@ -217,7 +217,6 @@ public class ExifRewriter extends BinaryFileParser { * * @param src Image file. * @param os OutputStream to write the image to. - * * @throws ImagingException if it fails to read the JFIF segments * @throws IOException if it fails to read the image data * @throws ImagingException if it fails to write the updated data diff --git a/src/main/java/org/apache/commons/imaging/formats/jpeg/iptc/JpegIptcRewriter.java b/src/main/java/org/apache/commons/imaging/formats/jpeg/iptc/JpegIptcRewriter.java index 7de69d80..65bd4ec7 100644 --- a/src/main/java/org/apache/commons/imaging/formats/jpeg/iptc/JpegIptcRewriter.java +++ b/src/main/java/org/apache/commons/imaging/formats/jpeg/iptc/JpegIptcRewriter.java @@ -126,7 +126,6 @@ public class JpegIptcRewriter extends JpegRewriter { * * @param src Image file. * @param os OutputStream to write the image to. - * * @throws ImagingException if there are more than one Photoshop App13 segment, or if the Photoshop segment cannot be parsed * @throws IOException if it fails to read from the origin byte source, or to write to the target byte source * @throws ImagingException if it fails to write the target image @@ -145,7 +144,6 @@ public class JpegIptcRewriter extends JpegRewriter { * @param src Image file. * @param os OutputStream to write the image to. * @param removeSegment Remove the App13 segment. - * * @see java.io.File * @see java.io.OutputStream * @throws ImagingException if there are more than one Photoshop App13 segment, or if the Photoshop segment cannot be parsed diff --git a/src/main/java/org/apache/commons/imaging/formats/jpeg/xmp/JpegXmpRewriter.java b/src/main/java/org/apache/commons/imaging/formats/jpeg/xmp/JpegXmpRewriter.java index 8f72cb18..55c9a607 100644 --- a/src/main/java/org/apache/commons/imaging/formats/jpeg/xmp/JpegXmpRewriter.java +++ b/src/main/java/org/apache/commons/imaging/formats/jpeg/xmp/JpegXmpRewriter.java @@ -70,7 +70,6 @@ public class JpegXmpRewriter extends JpegRewriter { * * @param src Image file. * @param os OutputStream to write the image to. - * * @see java.io.File * @see java.io.OutputStream * @throws ImagingException if it fails to read the JFIF segments diff --git a/src/main/java/org/apache/commons/imaging/formats/tiff/TiffDirectory.java b/src/main/java/org/apache/commons/imaging/formats/tiff/TiffDirectory.java index 60c17737..cd9f5595 100644 --- a/src/main/java/org/apache/commons/imaging/formats/tiff/TiffDirectory.java +++ b/src/main/java/org/apache/commons/imaging/formats/tiff/TiffDirectory.java @@ -757,7 +757,6 @@ public class TiffDirectory extends AbstractTiffElement implements Iterable<TiffF * Indicates whether the directory definition specifies a float-point data format. * * @return {@code true} if the directory contains floating point data; otherwise, {@code false} - * * @throws ImagingException in the event of an invalid or malformed specification. */ public boolean hasTiffFloatingPointRasterData() throws ImagingException { diff --git a/src/main/java/org/apache/commons/imaging/formats/tiff/photometricinterpreters/PhotometricInterpreterPalette.java b/src/main/java/org/apache/commons/imaging/formats/tiff/photometricinterpreters/PhotometricInterpreterPalette.java index e0b2962d..29aafb9e 100644 --- a/src/main/java/org/apache/commons/imaging/formats/tiff/photometricinterpreters/PhotometricInterpreterPalette.java +++ b/src/main/java/org/apache/commons/imaging/formats/tiff/photometricinterpreters/PhotometricInterpreterPalette.java @@ -42,7 +42,6 @@ public class PhotometricInterpreterPalette extends PhotometricInterpreter { * @param width TODO * @param height TODO * @param colorMap TODO - * * @throws ImagingFormatException if an index into the {@code colorMap} is out of bounds. * @throws AllocationRequestException Thrown when an allocation request exceeds the {@link Allocator} limit. */ diff --git a/src/main/java/org/apache/commons/imaging/formats/webp/package-info.java b/src/main/java/org/apache/commons/imaging/formats/webp/package-info.java index 804a671e..be44b6fa 100644 --- a/src/main/java/org/apache/commons/imaging/formats/webp/package-info.java +++ b/src/main/java/org/apache/commons/imaging/formats/webp/package-info.java @@ -24,7 +24,6 @@ * </p> * * @see <a href="https://developers.google.com/speed/webp/docs/riff_container">WebP Container Specification</a> - * * @since 1.0-alpha4 */ package org.apache.commons.imaging.formats.webp;