This is an automated email from the ASF dual-hosted git repository.
aherbert 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 d55ecaab Correct javadoc space character
d55ecaab is described below
commit d55ecaab95dded685c10bd943667e279891e251d
Author: Alex <[email protected]>
AuthorDate: Sat Jul 15 08:42:32 2023 +0100
Correct javadoc space character
---
src/main/java/org/apache/commons/imaging/common/Allocator.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 14d067b4..e75640f4 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.