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 e246c444 Javadoc
e246c444 is described below
commit e246c444d3376f7d839ecffe149ed162ad34db58
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 28 14:45:23 2025 +0000
Javadoc
---
.../java/org/apache/commons/imaging/common/BinaryFunctions.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/src/main/java/org/apache/commons/imaging/common/BinaryFunctions.java
b/src/main/java/org/apache/commons/imaging/common/BinaryFunctions.java
index c4032aff..8c528811 100644
--- a/src/main/java/org/apache/commons/imaging/common/BinaryFunctions.java
+++ b/src/main/java/org/apache/commons/imaging/common/BinaryFunctions.java
@@ -94,8 +94,8 @@ public final class BinaryFunctions {
/**
* Finds the index of the first 0 in the array starting at the given index.
*
- * @param src the array to search for the object, may be {@code null}
- * @param start the index to start searching at
+ * @param src the array to search for the object, may be {@code null}.
+ * @param start the index to start searching.
* @param message The ImagingException message if 0 is not found.
* @return the index of the value within the array,
* @throws ImagingException Thrown if 0 is not found.
@@ -111,7 +111,7 @@ public final class BinaryFunctions {
/**
* Finds the index of the first 0 in the array starting at the given index.
*
- * @param src the array to search for the object, may be {@code null}
+ * @param src the array to search for the object, may be {@code null}.
* @param message The ImagingException message if 0 is not found.
* @return the index of the value within the array,
* @throws ImagingException Thrown if 0 is not found.