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 7140513c Whitespace
7140513c is described below
commit 7140513cdeb60f6efb19c278ebe945556d728e78
Author: Gary Gregory <[email protected]>
AuthorDate: Mon May 15 20:58:24 2023 -0400
Whitespace
---
.../formats/tiff/photometricinterpreters/PhotometricInterpreter.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/commons/imaging/formats/tiff/photometricinterpreters/PhotometricInterpreter.java
b/src/main/java/org/apache/commons/imaging/formats/tiff/photometricinterpreters/PhotometricInterpreter.java
index 2731ecc4..7e04f626 100644
---
a/src/main/java/org/apache/commons/imaging/formats/tiff/photometricinterpreters/PhotometricInterpreter.java
+++
b/src/main/java/org/apache/commons/imaging/formats/tiff/photometricinterpreters/PhotometricInterpreter.java
@@ -28,7 +28,7 @@ import org.apache.commons.imaging.common.ImageBuilder;
*
* @see <a href=
*
"https://www.awaresystems.be/imaging/tiff/tifftags/photometricinterpretation.html">
- * Baseline TIFF Tag PhotometricInterpretation </a>
+ * Baseline TIFF Tag PhotometricInterpretation</a>
*/
public abstract class PhotometricInterpreter {
protected final int samplesPerPixel;