Repository: ignite
Updated Branches:
  refs/heads/master ea33ec7f0 -> 865264154


IGNITE-10157 Fixed inspections - Fixes #5333.

Signed-off-by: Alexey Goncharuk <alexey.goncha...@gmail.com>


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

Branch: refs/heads/master
Commit: 86526415404525a5922251b269cea701e8eaaa70
Parents: ea33ec7
Author: ibessonov <bessonov...@gmail.com>
Authored: Wed Nov 7 19:26:01 2018 +0300
Committer: Alexey Goncharuk <alexey.goncha...@gmail.com>
Committed: Wed Nov 7 19:26:01 2018 +0300

----------------------------------------------------------------------
 .../test/java/org/apache/ignite/testframework/GridTestUtils.java   | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/86526415/modules/core/src/test/java/org/apache/ignite/testframework/GridTestUtils.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/test/java/org/apache/ignite/testframework/GridTestUtils.java 
b/modules/core/src/test/java/org/apache/ignite/testframework/GridTestUtils.java
index 696e57d..e82a0b0 100644
--- 
a/modules/core/src/test/java/org/apache/ignite/testframework/GridTestUtils.java
+++ 
b/modules/core/src/test/java/org/apache/ignite/testframework/GridTestUtils.java
@@ -1334,7 +1334,6 @@ public final class GridTestUtils {
      * @return Field value.
      * @throws IgniteException In case of error.
      */
-    @SuppressWarnings("SynchronizationOnLocalVariableOrMethodParameter")
     public static <T> T getFieldValue(Object obj, String... fieldNames) throws 
IgniteException {
         assert obj != null;
         assert fieldNames != null;
@@ -1376,7 +1375,6 @@ public final class GridTestUtils {
      * @return Field value.
      * @throws IgniteException In case of error.
      */
-    @SuppressWarnings("SynchronizationOnLocalVariableOrMethodParameter")
     public static <T> T getFieldValueHierarchy(Object obj, String... 
fieldNames) throws IgniteException {
         assert obj != null;
         assert fieldNames != null;

Reply via email to