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 1def5649e698bb5316bfc59eca008794a56ef247 Author: Gary Gregory <[email protected]> AuthorDate: Tue Jul 4 08:11:56 2023 -0400 Update URLs in comments - Document broken URLs - Use HTTPS instead of HTTP in comments where available - Format tweaks --- .../commons/imaging/formats/tiff/constants/OceScanjobTagConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/OceScanjobTagConstants.java b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/OceScanjobTagConstants.java index 371513c6..f577ab88 100644 --- a/src/main/java/org/apache/commons/imaging/formats/tiff/constants/OceScanjobTagConstants.java +++ b/src/main/java/org/apache/commons/imaging/formats/tiff/constants/OceScanjobTagConstants.java @@ -26,7 +26,7 @@ import org.apache.commons.imaging.formats.tiff.taginfos.TagInfoAscii; /** * Oce Scanjob. * <p> - * http://www.awaresystems.be/imaging/tiff/tifftags/docs/oce.html + * https://www.awaresystems.be/imaging/tiff/tifftags/docs/oce.html * </p> */ public final class OceScanjobTagConstants {
