You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ag...@apache.org on 2018/05/16 15:48:36 UTC

[1/2] ignite git commit: IGNITE-8514: Missed descriptions for a few packages in Javadoc.

Repository: ignite
Updated Branches:
  refs/heads/master d8c4fc846 -> 915040e7a


IGNITE-8514: Missed descriptions for a few packages in Javadoc.

fixed for ml packages.


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

Branch: refs/heads/master
Commit: 915040e7a358b908cfd07d3e764fc9fda9d38d22
Parents: 2fcf203
Author: YuriBabak <y....@gmail.com>
Authored: Wed May 16 17:35:12 2018 +0300
Committer: Andrey Gura <ag...@apache.org>
Committed: Wed May 16 18:40:34 2018 +0300

----------------------------------------------------------------------
 .../ignite/ml/structures/package-info.java      |  2 +-
 .../ml/structures/partition/package-info.java   | 22 ++++++++++++++++++++
 .../structures/preprocessing/package-info.java  |  2 +-
 3 files changed, 24 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/915040e7/modules/ml/src/main/java/org/apache/ignite/ml/structures/package-info.java
----------------------------------------------------------------------
diff --git a/modules/ml/src/main/java/org/apache/ignite/ml/structures/package-info.java b/modules/ml/src/main/java/org/apache/ignite/ml/structures/package-info.java
index ec9d79e..359ac6c 100644
--- a/modules/ml/src/main/java/org/apache/ignite/ml/structures/package-info.java
+++ b/modules/ml/src/main/java/org/apache/ignite/ml/structures/package-info.java
@@ -17,6 +17,6 @@
 
 /**
  * <!-- Package description. -->
- * Contains some utility structures.
+ * Contains some internal utility structures.
  */
 package org.apache.ignite.ml.structures;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/ignite/blob/915040e7/modules/ml/src/main/java/org/apache/ignite/ml/structures/partition/package-info.java
----------------------------------------------------------------------
diff --git a/modules/ml/src/main/java/org/apache/ignite/ml/structures/partition/package-info.java b/modules/ml/src/main/java/org/apache/ignite/ml/structures/partition/package-info.java
new file mode 100644
index 0000000..4134523
--- /dev/null
+++ b/modules/ml/src/main/java/org/apache/ignite/ml/structures/partition/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 internal APIs for dataset partitioned labeled datasets.
+ */
+package org.apache.ignite.ml.structures.partition;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/ignite/blob/915040e7/modules/ml/src/main/java/org/apache/ignite/ml/structures/preprocessing/package-info.java
----------------------------------------------------------------------
diff --git a/modules/ml/src/main/java/org/apache/ignite/ml/structures/preprocessing/package-info.java b/modules/ml/src/main/java/org/apache/ignite/ml/structures/preprocessing/package-info.java
index c243074..77419d0 100644
--- a/modules/ml/src/main/java/org/apache/ignite/ml/structures/preprocessing/package-info.java
+++ b/modules/ml/src/main/java/org/apache/ignite/ml/structures/preprocessing/package-info.java
@@ -17,6 +17,6 @@
 
 /**
  * <!-- Package description. -->
- * Contains main APIs for dataset pre-processing.
+ * Contains internal APIs for dataset pre-processing.
  */
 package org.apache.ignite.ml.structures.preprocessing;


[2/2] ignite git commit: IGNITE-8514 internal packages were added to excluded-list, package description for zk base package was added

Posted by ag...@apache.org.
IGNITE-8514 internal packages were added to excluded-list, package description for zk base package was added


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

Branch: refs/heads/master
Commit: 2fcf203ca56a555828189d93a2a31011d3bffc34
Parents: d8c4fc8
Author: Sergey Chugunov <se...@gmail.com>
Authored: Wed May 16 17:29:58 2018 +0300
Committer: Andrey Gura <ag...@apache.org>
Committed: Wed May 16 18:40:34 2018 +0300

----------------------------------------------------------------------
 .../ignite/spi/discovery/zk/package-info.java   | 21 ++++++++++++++++++++
 pom.xml                                         |  2 +-
 2 files changed, 22 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/2fcf203c/modules/zookeeper/src/main/java/org/apache/ignite/spi/discovery/zk/package-info.java
----------------------------------------------------------------------
diff --git a/modules/zookeeper/src/main/java/org/apache/ignite/spi/discovery/zk/package-info.java b/modules/zookeeper/src/main/java/org/apache/ignite/spi/discovery/zk/package-info.java
new file mode 100644
index 0000000..f01ecda
--- /dev/null
+++ b/modules/zookeeper/src/main/java/org/apache/ignite/spi/discovery/zk/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 <b>Zookeeper Discovery Spi</b> classes and interfaces.
+ */
+package org.apache.ignite.spi.discovery.zk;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/ignite/blob/2fcf203c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0f43f31..12e7658 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,7 +194,7 @@
                                     <reportOutputDirectory>${basedir}/target/javadoc</reportOutputDirectory>
                                     <destDir>core</destDir>
                                     <stylesheetfile>${basedir}/assembly/docfiles/javadoc.css</stylesheetfile>
-                                    <subpackages>org.apache.ignite -exclude org.apache.ignite.client:org.apache.ignite.codegen:org.apache.ignite.examples:org.apache.ignite.internal:org.apache.ignite.schema:org.apache.ignite.tests:org.apache.ignite.tools:org.apache.ignite.util:org.apache.ignite.spi.discovery.tcp.messages:org.apache.ignite.spi.discovery.tcp.internal:org.apache.ignite.spi.deployment.uri.scanners:org.apache.ignite.spi.deployment.uri.tasks:org.apache.ignite.yardstick:org.apache.ignite.webtest</subpackages>
+                                    <subpackages>org.apache.ignite -exclude org.apache.ignite.client:org.apache.ignite.codegen:org.apache.ignite.examples:org.apache.ignite.internal:org.apache.ignite.schema:org.apache.ignite.tests:org.apache.ignite.tools:org.apache.ignite.util:org.apache.ignite.spi.discovery.tcp.messages:org.apache.ignite.spi.discovery.tcp.internal:org.apache.ignite.spi.communication.tcp.internal:org.apache.ignite.spi.discovery.zk.internal:org.apache.ignite.spi.deployment.uri.scanners:org.apache.ignite.spi.deployment.uri.tasks:org.apache.ignite.yardstick:org.apache.ignite.webtest</subpackages>
                                 </configuration>
                             </execution>
                         </executions>