ignite-295 javadoc fix

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

Branch: refs/heads/sprint-2
Commit: 15a09e9966643c53c8ddeb011a03e197d399d672
Parents: 1408dcf
Author: avinogradov <avinogra...@gridgain.com>
Authored: Tue Mar 24 12:20:43 2015 +0300
Committer: avinogradov <avinogra...@gridgain.com>
Committed: Tue Mar 24 12:20:43 2015 +0300

----------------------------------------------------------------------
 .../cache/query/annotations/package-info.java   | 22 ++++++++++++++++++++
 .../org/apache/ignite/cluster/package-info.java | 22 ++++++++++++++++++++
 .../ignite/configuration/package-info.java      | 22 ++++++++++++++++++++
 .../apache/ignite/lifecycle/package-info.java   | 22 ++++++++++++++++++++
 .../org/apache/ignite/plugin/package-info.java  | 22 ++++++++++++++++++++
 .../ignite/transactions/package-info.java       | 22 ++++++++++++++++++++
 6 files changed, 132 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/15a09e99/modules/core/src/main/java/org/apache/ignite/cache/query/annotations/package-info.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/main/java/org/apache/ignite/cache/query/annotations/package-info.java
 
b/modules/core/src/main/java/org/apache/ignite/cache/query/annotations/package-info.java
new file mode 100644
index 0000000..3810bb9
--- /dev/null
+++ 
b/modules/core/src/main/java/org/apache/ignite/cache/query/annotations/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. -->
+ * Contains query-related annotations.
+ */
+package org.apache.ignite.cache.query.annotations;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/15a09e99/modules/core/src/main/java/org/apache/ignite/cluster/package-info.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/main/java/org/apache/ignite/cluster/package-info.java 
b/modules/core/src/main/java/org/apache/ignite/cluster/package-info.java
new file mode 100644
index 0000000..8c43f93
--- /dev/null
+++ b/modules/core/src/main/java/org/apache/ignite/cluster/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. -->
+ * Contains cluster-related classes.
+ */
+package org.apache.ignite.cluster;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/15a09e99/modules/core/src/main/java/org/apache/ignite/configuration/package-info.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/main/java/org/apache/ignite/configuration/package-info.java 
b/modules/core/src/main/java/org/apache/ignite/configuration/package-info.java
new file mode 100644
index 0000000..2745a3d
--- /dev/null
+++ 
b/modules/core/src/main/java/org/apache/ignite/configuration/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. -->
+ * Contains configuration-related classes.
+ */
+package org.apache.ignite.configuration;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/15a09e99/modules/core/src/main/java/org/apache/ignite/lifecycle/package-info.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/main/java/org/apache/ignite/lifecycle/package-info.java 
b/modules/core/src/main/java/org/apache/ignite/lifecycle/package-info.java
new file mode 100644
index 0000000..09facd5
--- /dev/null
+++ b/modules/core/src/main/java/org/apache/ignite/lifecycle/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. -->
+ * Contains lifecycle-related classes.
+ */
+package org.apache.ignite.lifecycle;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/15a09e99/modules/core/src/main/java/org/apache/ignite/plugin/package-info.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/main/java/org/apache/ignite/plugin/package-info.java 
b/modules/core/src/main/java/org/apache/ignite/plugin/package-info.java
new file mode 100644
index 0000000..f643fe6
--- /dev/null
+++ b/modules/core/src/main/java/org/apache/ignite/plugin/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. -->
+ * Contains plugins management API.
+ */
+package org.apache.ignite.plugin;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/15a09e99/modules/core/src/main/java/org/apache/ignite/transactions/package-info.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/main/java/org/apache/ignite/transactions/package-info.java 
b/modules/core/src/main/java/org/apache/ignite/transactions/package-info.java
new file mode 100644
index 0000000..8de5b36
--- /dev/null
+++ 
b/modules/core/src/main/java/org/apache/ignite/transactions/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. -->
+ * Contains transaction-related classes.
+ */
+package org.apache.ignite.transactions;
\ No newline at end of file

Reply via email to