You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2017/01/12 13:58:27 UTC

ignite git commit: Added header.

Repository: ignite
Updated Branches:
  refs/heads/ignite-3477 fbf13d4c8 -> 42c9da614


Added header.


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

Branch: refs/heads/ignite-3477
Commit: 42c9da6143140ce57cd7895cc039f3f8966b8179
Parents: fbf13d4
Author: sboikov <sb...@gridgain.com>
Authored: Thu Jan 12 16:58:33 2017 +0300
Committer: sboikov <sb...@gridgain.com>
Committed: Thu Jan 12 16:58:33 2017 +0300

----------------------------------------------------------------------
 .../util/GridCursorIteratorWrapper.java         | 24 ++++++++++++++++----
 1 file changed, 20 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/42c9da61/modules/core/src/main/java/org/apache/ignite/internal/util/GridCursorIteratorWrapper.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/apache/ignite/internal/util/GridCursorIteratorWrapper.java b/modules/core/src/main/java/org/apache/ignite/internal/util/GridCursorIteratorWrapper.java
index 927e365..e13854b 100644
--- a/modules/core/src/main/java/org/apache/ignite/internal/util/GridCursorIteratorWrapper.java
+++ b/modules/core/src/main/java/org/apache/ignite/internal/util/GridCursorIteratorWrapper.java
@@ -1,9 +1,25 @@
-package org.apache.ignite.internal.util;
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
-import org.apache.ignite.*;
-import org.apache.ignite.internal.util.lang.*;
+package org.apache.ignite.internal.util;
 
-import java.util.*;
+import java.util.Iterator;
+import org.apache.ignite.IgniteCheckedException;
+import org.apache.ignite.internal.util.lang.GridCursor;
 
 /**
  * Wrap {@code Iterator} and adapt it to {@code GridCursor}.