Skip to content

Commit 02a3776

Browse files
committed
Update @SInCE tags
1 parent 55fc3ad commit 02a3776

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/main/java/org/apache/commons/jxpath/ExceptionHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/**
2121
* Exception handler interface. Actually handles Throwables.
2222
*
23-
* @since 1.4
23+
* @since 1.4.0
2424
*/
2525
public interface ExceptionHandler {
2626

src/main/java/org/apache/commons/jxpath/JXPathContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ public synchronized void setDecimalFormatSymbols(final String name, final Decima
866866
* Sets the ExceptionHandler used by this context, if any.
867867
*
868868
* @param exceptionHandler to set
869-
* @since 1.4
869+
* @since 1.4.0
870870
*/
871871
public void setExceptionHandler(final ExceptionHandler exceptionHandler) {
872872
throw new UnsupportedOperationException("ExceptionHandler registration is not implemented by " + getClass());

src/main/java/org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public static NodePointerFactory[] getNodePointerFactories() {
159159
*
160160
* @param factory NodePointerFactory to remove
161161
* @return true if this implementation contained the specified element
162-
* @since 1.4.0
162+
* @since 1.4.0.0
163163
*/
164164
public static boolean removeNodePointerFactory(final NodePointerFactory factory) {
165165
synchronized (nodeFactories) {

src/main/java/org/apache/commons/jxpath/ri/compiler/CoreFunction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ protected Object functionCount(final EvalContext context) {
290290
*
291291
* @param context evaluation context
292292
* @return Boolean
293-
* @since 1.4
293+
* @since 1.4.0
294294
*/
295295
protected Object functionEndsWith(final EvalContext context) {
296296
assertArgCount(2);

0 commit comments

Comments
 (0)