This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-ognl.git


The following commit(s) were added to refs/heads/master by this push:
     new 1f4a423  Javadoc: No need for FQCNs.
1f4a423 is described below

commit 1f4a423cf88efc74ea64a9ed1ec64171bb9e0b01
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Apr 27 07:02:43 2026 -0400

    Javadoc: No need for FQCNs.
---
 src/test/java/org/apache/commons/ognl/test/ASTMethodTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/ognl/test/ASTMethodTest.java 
b/src/test/java/org/apache/commons/ognl/test/ASTMethodTest.java
index 58e2011..64fbfa1 100644
--- a/src/test/java/org/apache/commons/ognl/test/ASTMethodTest.java
+++ b/src/test/java/org/apache/commons/ognl/test/ASTMethodTest.java
@@ -28,7 +28,7 @@ import org.apache.commons.ognl.test.objects.Root;
 import java.util.Map;
 
 /**
- * Tests {@link org.apache.commons.ognl.ASTMethod}.
+ * Tests {@link ASTMethod}.
  */
 public class ASTMethodTest
     extends TestCase

Reply via email to