Fix to allow compile by jdk 1.7
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/a8f11c95 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/a8f11c95 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/a8f11c95 Branch: refs/heads/ignite-2693 Commit: a8f11c95ec6c81d53a7b906d17936a2a31000133 Parents: 83d87d4 Author: Oddo Da <[email protected]> Authored: Sat Mar 5 19:36:18 2016 -0600 Committer: Oddo Da <[email protected]> Committed: Sat Mar 5 19:36:18 2016 -0600 ---------------------------------------------------------------------- .../ignite/testframework/junits/CacheWithKeepBinarySelfTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/a8f11c95/modules/core/src/test/java/org/apache/ignite/testframework/junits/CacheWithKeepBinarySelfTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/testframework/junits/CacheWithKeepBinarySelfTest.java b/modules/core/src/test/java/org/apache/ignite/testframework/junits/CacheWithKeepBinarySelfTest.java index 6be7d5c..bbbe64b 100644 --- a/modules/core/src/test/java/org/apache/ignite/testframework/junits/CacheWithKeepBinarySelfTest.java +++ b/modules/core/src/test/java/org/apache/ignite/testframework/junits/CacheWithKeepBinarySelfTest.java @@ -51,7 +51,7 @@ public class CacheWithKeepBinarySelfTest extends GridCommonAbstractTest { /* test with a non-binary marshaller - should induce an exception */ binaryCache = false; - Ignite ignite = startGrid("non_binary"); + final Ignite ignite = startGrid("non_binary"); GridTestUtils.assertThrows( new GridStringLogger(false),
