ignite-946: formatting fixes
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/13dd417e Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/13dd417e Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/13dd417e Branch: refs/heads/ignite-946 Commit: 13dd417e1140a901247c75075fef2cd0aaef304a Parents: d7f672d Author: Denis Magda <[email protected]> Authored: Fri Jul 31 12:18:58 2015 +0300 Committer: nikolay_tikhonov <[email protected]> Committed: Fri Jul 31 12:33:09 2015 +0300 ---------------------------------------------------------------------- .../processors/cache/GridCacheMapEntry.java | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/13dd417e/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheMapEntry.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheMapEntry.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheMapEntry.java index 45ff619..ebcb908 100644 --- a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheMapEntry.java +++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheMapEntry.java @@ -609,16 +609,16 @@ public abstract class GridCacheMapEntry extends GridMetadataAwareAdapter impleme @Nullable IgniteCacheExpiryPolicy expirePlc) throws IgniteCheckedException, GridCacheEntryRemovedException { return innerGet0(tx, - readSwap, - readThrough, - evt, - unmarshal, - updateMetrics, - tmp, - subjId, - transformClo, - taskName, - expirePlc); + readSwap, + readThrough, + evt, + unmarshal, + updateMetrics, + tmp, + subjId, + transformClo, + taskName, + expirePlc); } /** {@inheritDoc} */
