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-jelly.git


The following commit(s) were added to refs/heads/master by this push:
     new c6c3f7ab Javadoc
c6c3f7ab is described below

commit c6c3f7ab57bd6043b9c0c69afa4fc44e47069f72
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jun 18 09:11:10 2024 -0400

    Javadoc
---
 core/src/main/java/org/apache/commons/jelly/tags/core/UseBeanTag.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/src/main/java/org/apache/commons/jelly/tags/core/UseBeanTag.java 
b/core/src/main/java/org/apache/commons/jelly/tags/core/UseBeanTag.java
index 199104a9..e674b69a 100644
--- a/core/src/main/java/org/apache/commons/jelly/tags/core/UseBeanTag.java
+++ b/core/src/main/java/org/apache/commons/jelly/tags/core/UseBeanTag.java
@@ -35,7 +35,7 @@ import org.apache.commons.jelly.util.ClassLoaderUtils;
 /**
  * A tag which instantiates an instance of the given class
  * and then sets the properties on the bean.
- * The class can be specified via a {@link java.lang.Class} instance or
+ * The class can be specified via a {@link Class} instance or
  * a String which will be used to load the class using either the current
  * thread's context class loader or the class loader used to load this
  * Jelly library.

Reply via email to