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-jcs.git
The following commit(s) were added to refs/heads/master by this push:
new b89cea69 Javadoc
b89cea69 is described below
commit b89cea69a0e398b4904b7464c6c4ad2df0ff8846
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Dec 21 15:35:28 2025 -0500
Javadoc
---
.../main/java/org/apache/commons/jcs3/utils/config/PropertySetter.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/config/PropertySetter.java
b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/config/PropertySetter.java
index 98ac4326..3c12da0f 100644
---
a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/config/PropertySetter.java
+++
b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/config/PropertySetter.java
@@ -34,7 +34,7 @@ import org.apache.commons.jcs3.log.Log;
* Anders Kristensen
* <p>
* General purpose Object property setter. Clients repeatedly invokes {@link
#setProperty
- * setProperty(name,value)} in order to invoke setters on the Object specified
in the constructor.
+ * setProperty(name, value)} in order to invoke setters on the Object
specified in the constructor.
* This class relies on the JavaBeans {@link Introspector}to analyze the given
Object Class using
* reflection.
* <p>