You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vxquery.apache.org by vi...@apache.org on 2012/03/04 12:55:47 UTC

svn commit: r1296783 [3/3] - in /incubator/vxquery/branches/vxquery_algebricks/vxquery-core/src/main: java/org/apache/vxquery/api/ java/org/apache/vxquery/compiler/algebricks/ java/org/apache/vxquery/context/ java/org/apache/vxquery/drivers/ java/org/a...

Modified: incubator/vxquery/branches/vxquery_algebricks/vxquery-core/src/main/xslt/generate-op-defns.xsl
URL: http://svn.apache.org/viewvc/incubator/vxquery/branches/vxquery_algebricks/vxquery-core/src/main/xslt/generate-op-defns.xsl?rev=1296783&r1=1296782&r2=1296783&view=diff
==============================================================================
--- incubator/vxquery/branches/vxquery_algebricks/vxquery-core/src/main/xslt/generate-op-defns.xsl (original)
+++ incubator/vxquery/branches/vxquery_algebricks/vxquery-core/src/main/xslt/generate-op-defns.xsl Sun Mar  4 11:55:45 2012
@@ -29,7 +29,7 @@
                 </xsl:if>
                 <xsl:for-each select="param">
                     ,
-                    new org.apache.vxquery.util.Pair&lt;javax.xml.namespace.QName, org.apache.vxquery.types.SequenceType&gt;(
+                    org.apache.commons.lang3.tuple.Pair.&lt;javax.xml.namespace.QName, org.apache.vxquery.types.SequenceType&gt;of(
                         new javax.xml.namespace.QName("<xsl:value-of select="@name"/>"),
                         createSequenceType("<xsl:value-of select="@type"/>")
                     )