IGNITE-45 - Fixed package info.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/9d01cfde Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/9d01cfde Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/9d01cfde Branch: refs/heads/ignite-501 Commit: 9d01cfde4eb6ee43485686abe71f571ae0cb799d Parents: c5f1e37 Author: Alexey Goncharuk <agoncha...@gridgain.com> Authored: Thu Mar 19 00:23:33 2015 -0700 Committer: Alexey Goncharuk <agoncha...@gridgain.com> Committed: Thu Mar 19 00:23:33 2015 -0700 ---------------------------------------------------------------------- .../org/apache/ignite/stream/package-info.java | 21 ++++++++++++++++++++ 1 file changed, 21 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/9d01cfde/modules/core/src/main/java/org/apache/ignite/stream/package-info.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/stream/package-info.java b/modules/core/src/main/java/org/apache/ignite/stream/package-info.java new file mode 100644 index 0000000..6451697 --- /dev/null +++ b/modules/core/src/main/java/org/apache/ignite/stream/package-info.java @@ -0,0 +1,21 @@ +/* + * 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. + */ + +/** + * Contains Ignite Streamer classes. + */ +package org.apache.ignite.stream;