compile fix.
Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/1f8afbab Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/1f8afbab Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/1f8afbab Branch: refs/heads/master Commit: 1f8afbaba0dd814bc17064918916ca29306e214b Parents: 5a88ee0 Author: Tammo van Lessen <[email protected]> Authored: Mon Jul 21 20:29:22 2014 +0200 Committer: Tammo van Lessen <[email protected]> Committed: Mon Jul 21 20:29:57 2014 +0200 ---------------------------------------------------------------------- .../bpel/elang/xpath10/runtime/XPath10ExpressionRuntimeTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/1f8afbab/bpel-runtime/src/test/java/org/apache/ode/bpel/elang/xpath10/runtime/XPath10ExpressionRuntimeTest.java ---------------------------------------------------------------------- diff --git a/bpel-runtime/src/test/java/org/apache/ode/bpel/elang/xpath10/runtime/XPath10ExpressionRuntimeTest.java b/bpel-runtime/src/test/java/org/apache/ode/bpel/elang/xpath10/runtime/XPath10ExpressionRuntimeTest.java index 9561011..f31904d 100644 --- a/bpel-runtime/src/test/java/org/apache/ode/bpel/elang/xpath10/runtime/XPath10ExpressionRuntimeTest.java +++ b/bpel-runtime/src/test/java/org/apache/ode/bpel/elang/xpath10/runtime/XPath10ExpressionRuntimeTest.java @@ -41,7 +41,7 @@ public class XPath10ExpressionRuntimeTest implements EvaluationContext { public void setUp() throws Exception { _cc = new MockCompilerContext(); _runtime = new XPath10ExpressionRuntime(); - _runtime.initialize(new HashMap<>()); + _runtime.initialize(new HashMap()); _compiler = new XPath10ExpressionCompilerBPEL20(); _compiler.setCompilerContext(_cc); }
