Added pacajge info for java.org.apache.ignite.hadoop.util package.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/b28e7a84 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/b28e7a84 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/b28e7a84 Branch: refs/heads/ignite-3038 Commit: b28e7a84e617ef87844a7b2d7543ad822c4b0ece Parents: fcea72d Author: vozerov-gridgain <[email protected]> Authored: Tue May 31 13:54:32 2016 +0300 Committer: vozerov-gridgain <[email protected]> Committed: Tue May 31 13:54:32 2016 +0300 ---------------------------------------------------------------------- .../apache/ignite/hadoop/util/package-info.java | 22 ++++++++++++++++++++ 1 file changed, 22 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/b28e7a84/modules/hadoop/src/main/java/org/apache/ignite/hadoop/util/package-info.java ---------------------------------------------------------------------- diff --git a/modules/hadoop/src/main/java/org/apache/ignite/hadoop/util/package-info.java b/modules/hadoop/src/main/java/org/apache/ignite/hadoop/util/package-info.java new file mode 100644 index 0000000..d84c0ba --- /dev/null +++ b/modules/hadoop/src/main/java/org/apache/ignite/hadoop/util/package-info.java @@ -0,0 +1,22 @@ +/* + * 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. + */ + +/** + * <!-- Package description. --> + * Ignite Hadoop Accelerator utility classes. + */ +package org.apache.ignite.hadoop.util; \ No newline at end of file
