Author: mriou
Date: Thu May 29 16:30:21 2008
New Revision: 661524
URL: http://svn.apache.org/viewvc?rev=661524&view=rev
Log:
Does someone like annotations?
Modified:
ode/branches/APACHE_ODE_1.1/bpel-runtime/src/test/java/org/apache/ode/bpel/elang/xpath20/runtime/XPath20ExpressionRuntimeTest.java
Modified:
ode/branches/APACHE_ODE_1.1/bpel-runtime/src/test/java/org/apache/ode/bpel/elang/xpath20/runtime/XPath20ExpressionRuntimeTest.java
URL:
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.1/bpel-runtime/src/test/java/org/apache/ode/bpel/elang/xpath20/runtime/XPath20ExpressionRuntimeTest.java?rev=661524&r1=661523&r2=661524&view=diff
==============================================================================
---
ode/branches/APACHE_ODE_1.1/bpel-runtime/src/test/java/org/apache/ode/bpel/elang/xpath20/runtime/XPath20ExpressionRuntimeTest.java
(original)
+++
ode/branches/APACHE_ODE_1.1/bpel-runtime/src/test/java/org/apache/ode/bpel/elang/xpath20/runtime/XPath20ExpressionRuntimeTest.java
Thu May 29 16:30:21 2008
@@ -154,7 +154,6 @@
Expression exp = new Expression(e);
return (OXPath20ExpressionBPEL20)_compiler.compileLValue(exp);
}
- @Override
public URI getBaseResourceURI() {
return null;
}