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 caf06cf63f81bb824d35626e9e81a8567f935392
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Mar 21 13:52:06 2023 -0400

    Javadoc
---
 src/main/java/org/apache/commons/imaging/ImageFormat.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/imaging/ImageFormat.java 
b/src/main/java/org/apache/commons/imaging/ImageFormat.java
index ff1b1a44..bc97071c 100644
--- a/src/main/java/org/apache/commons/imaging/ImageFormat.java
+++ b/src/main/java/org/apache/commons/imaging/ImageFormat.java
@@ -23,14 +23,14 @@ package org.apache.commons.imaging;
 public interface ImageFormat {
 
     /**
-     * Get the name of this {@link ImageFormat}.
+     * Gets the name of this {@link ImageFormat}.
      *
      * @return String name
      */
     String getName();
 
     /**
-     * Get the file extension associated with this {@link ImageFormat}.
+     * Gets the file extension associated with this {@link ImageFormat}.
      *
      * @return String extension
      */

Reply via email to