You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vxquery.apache.org by pr...@apache.org on 2012/09/08 01:52:39 UTC

svn commit: r1382213 - /incubator/vxquery/trunk/vxquery/vxquery-core/src/main/java/org/apache/vxquery/runtime/functions/cast/CastToNonPositiveIntegerOperation.java

Author: prestonc
Date: Fri Sep  7 23:52:39 2012
New Revision: 1382213

URL: http://svn.apache.org/viewvc?rev=1382213&view=rev
Log:
Found the wrong tag being referenced.

Modified:
    incubator/vxquery/trunk/vxquery/vxquery-core/src/main/java/org/apache/vxquery/runtime/functions/cast/CastToNonPositiveIntegerOperation.java

Modified: incubator/vxquery/trunk/vxquery/vxquery-core/src/main/java/org/apache/vxquery/runtime/functions/cast/CastToNonPositiveIntegerOperation.java
URL: http://svn.apache.org/viewvc/incubator/vxquery/trunk/vxquery/vxquery-core/src/main/java/org/apache/vxquery/runtime/functions/cast/CastToNonPositiveIntegerOperation.java?rev=1382213&r1=1382212&r2=1382213&view=diff
==============================================================================
--- incubator/vxquery/trunk/vxquery/vxquery-core/src/main/java/org/apache/vxquery/runtime/functions/cast/CastToNonPositiveIntegerOperation.java (original)
+++ incubator/vxquery/trunk/vxquery/vxquery-core/src/main/java/org/apache/vxquery/runtime/functions/cast/CastToNonPositiveIntegerOperation.java Fri Sep  7 23:52:39 2012
@@ -7,7 +7,7 @@ public class CastToNonPositiveIntegerOpe
     public CastToNonPositiveIntegerOperation() {
         negativeAllowed = true;
         negativeRequired = true;
-        returnTag = ValueTag.XS_NON_NEGATIVE_INTEGER_TAG;
+        returnTag = ValueTag.XS_NON_POSITIVE_INTEGER_TAG;
     }
 
 }
\ No newline at end of file