You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by va...@apache.org on 2014/07/21 20:30:18 UTC

[1/2] git commit: compile fix.

Repository: ode
Updated Branches:
  refs/heads/master 5a88ee06b -> 1f8afbaba
  refs/heads/ode-1.3.x c221d4dca -> 79a1094a0


compile fix.


Project: http://git-wip-us.apache.org/repos/asf/ode/repo
Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/79a1094a
Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/79a1094a
Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/79a1094a

Branch: refs/heads/ode-1.3.x
Commit: 79a1094a08c7937d3a5fd2cf3c17f525a179478f
Parents: c221d4d
Author: Tammo van Lessen <tv...@gmail.com>
Authored: Mon Jul 21 20:29:22 2014 +0200
Committer: Tammo van Lessen <tv...@gmail.com>
Committed: Mon Jul 21 20:29:22 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/79a1094a/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);
     }


[2/2] git commit: compile fix.

Posted by va...@apache.org.
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 <tv...@gmail.com>
Authored: Mon Jul 21 20:29:22 2014 +0200
Committer: Tammo van Lessen <tv...@gmail.com>
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);
     }