Repository: ignite Updated Branches: refs/heads/ignite-2.0 967582084 -> a826c6171
Removed duplicate package-info.java for "org.apache.ignite.hadoop" package. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/a826c617 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/a826c617 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/a826c617 Branch: refs/heads/ignite-2.0 Commit: a826c6171c0179d721ce363ea41cf0b0643f4823 Parents: 9675820 Author: devozerov <[email protected]> Authored: Thu Apr 20 17:15:34 2017 +0300 Committer: devozerov <[email protected]> Committed: Thu Apr 20 17:15:34 2017 +0300 ---------------------------------------------------------------------- .../org/apache/ignite/hadoop/package-info.java | 22 -------------------- 1 file changed, 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/a826c617/modules/hadoop/src/main/java/org/apache/ignite/hadoop/package-info.java ---------------------------------------------------------------------- diff --git a/modules/hadoop/src/main/java/org/apache/ignite/hadoop/package-info.java b/modules/hadoop/src/main/java/org/apache/ignite/hadoop/package-info.java deleted file mode 100644 index 8a5ae34..0000000 --- a/modules/hadoop/src/main/java/org/apache/ignite/hadoop/package-info.java +++ /dev/null @@ -1,22 +0,0 @@ -/* - * 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 API. - */ -package org.apache.ignite.hadoop; \ No newline at end of file
