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
commit ed01425fba024e2771d48567cd5de356901da6aa Author: Gary Gregory <[email protected]> AuthorDate: Tue Jul 4 08:12:19 2023 -0400 Update URLs in comments - Document broken URLs - Use HTTPS instead of HTTP in comments where available - Format tweaks --- .../photometricinterpreters/PhotometricInterpreterPalette.java | 7 +++++++ 1 file changed, 7 insertions(+) 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 0ca3f4df..57bf7328 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 @@ -36,6 +36,13 @@ public class PhotometricInterpreterPalette extends PhotometricInterpreter { /** * Constructs a new instance. * + * @param samplesPerPixel Samples per pixel. + * @param bitsPerSample Bits per sample. + * @param predictor TODO + * @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. */
