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


The following commit(s) were added to refs/heads/master by this push:
     new c4664e46 Javadoc: The @deprecated tag should be last.
c4664e46 is described below

commit c4664e466c6fd5d87512f2a8753f9a0f8649f314
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Dec 31 18:36:31 2025 -0500

    Javadoc: The @deprecated tag should be last.
---
 .../java/org/apache/commons/jxpath/ri/parser/SimpleCharStream.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/jxpath/ri/parser/SimpleCharStream.java 
b/src/main/java/org/apache/commons/jxpath/ri/parser/SimpleCharStream.java
index 9ce1da09..60e6fdc1 100644
--- a/src/main/java/org/apache/commons/jxpath/ri/parser/SimpleCharStream.java
+++ b/src/main/java/org/apache/commons/jxpath/ri/parser/SimpleCharStream.java
@@ -205,9 +205,9 @@ public class SimpleCharStream {
     }
 
     /**
-     * @deprecated
      * @return the end column.
      * @see #getEndColumn
+     * @deprecated
      */
     @Deprecated
     public int getColumn() {
@@ -230,9 +230,9 @@ public class SimpleCharStream {
     }
 
     /**
-     * @deprecated
      * @return the line number.
      * @see #getEndLine
+     * @deprecated
      */
     @Deprecated
     public int getLine() {

Reply via email to