TINKERPOP-1967 Added ConnectedComponentVertexProgram to core javadoc
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/eb6a4de6 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/eb6a4de6 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/eb6a4de6 Branch: refs/heads/master Commit: eb6a4de63ac62181d8237c0ad7ec5b3aa072e0b7 Parents: 0eb6cb1 Author: Stephen Mallette <[email protected]> Authored: Thu Aug 2 08:20:17 2018 -0400 Committer: Stephen Mallette <[email protected]> Committed: Thu Aug 9 10:54:41 2018 -0400 ---------------------------------------------------------------------- pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/eb6a4de6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4badaa1..ea42197 100644 --- a/pom.xml +++ b/pom.xml @@ -1262,6 +1262,9 @@ limitations under the License. <include>org/apache/tinkerpop/gremlin/process/computer/*.java </include> <include> + org/apache/tinkerpop/gremlin/process/computer/clustering/connected/ConnectedComponentVertexProgram.java + </include> + <include> org/apache/tinkerpop/gremlin/process/computer/clustering/peerpressure/PeerPressureVertexProgram.java </include> <include>
