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 662ac681 Fix oddball character in Javadoc
662ac681 is described below

commit 662ac6811bd3d89925364391d2791b1b99787090
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jul 2 16:40:20 2023 -0400

    Fix oddball character in Javadoc
---
 src/main/java/org/apache/commons/imaging/common/Allocator.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/imaging/common/Allocator.java 
b/src/main/java/org/apache/commons/imaging/common/Allocator.java
index 7239dbec..14d067b4 100644
--- a/src/main/java/org/apache/commons/imaging/common/Allocator.java
+++ b/src/main/java/org/apache/commons/imaging/common/Allocator.java
@@ -141,7 +141,7 @@ public class Allocator {
      * "org.apache.commons.imaging.common.mylzw.AllocationChecker".
      * </p>
      *
-     * @param request     an allocation request�count.
+     * @param request     an allocation request�count.
      * @param elementSize The element size.
      * @return the request.
      * @throws AllocationRequestException Thrown when the request exceeds the 
limit.
@@ -166,7 +166,7 @@ public class Allocator {
      * "org.apache.commons.imaging.common.mylzw.AllocationChecker".
      * </p>
      *
-     * @param request     an allocation request�count is cast down to an int.
+     * @param request     an allocation request count is cast down to an int.
      * @param elementSize The element size.
      * @return the request.
      * @throws AllocationRequestException Thrown when the request exceeds the 
limit.

Reply via email to