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 cacf2fde Javadoc
cacf2fde is described below
commit cacf2fde87b0811a02faac47b579a20586afa9fa
Author: Gary Gregory <[email protected]>
AuthorDate: Mon May 15 21:03:17 2023 -0400
Javadoc
---
src/main/java/org/apache/commons/imaging/common/ImageBuilder.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/imaging/common/ImageBuilder.java
b/src/main/java/org/apache/commons/imaging/common/ImageBuilder.java
index d0b52ecf..8c5c1d7b 100644
--- a/src/main/java/org/apache/commons/imaging/common/ImageBuilder.java
+++ b/src/main/java/org/apache/commons/imaging/common/ImageBuilder.java
@@ -293,9 +293,10 @@ public class ImageBuilder {
}
/**
- * Set the RGB or ARGB value for the pixel at position (x,y)
+ * Sets the RGB or ARGB value for the pixel at position (x,y)
* within the image builder pixel field. For performance reasons,
* no bounds checking is applied.
+ *
* @param x the X coordinate of the pixel to be set
* @param y the Y coordinate of the pixel to be set
* @param argb the RGB or ARGB value to be stored.