Return-Path: X-Original-To: apmail-tinkerpop-commits-archive@minotaur.apache.org Delivered-To: apmail-tinkerpop-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0BEE418DEA for ; Thu, 3 Dec 2015 16:43:35 +0000 (UTC) Received: (qmail 75687 invoked by uid 500); 3 Dec 2015 16:43:25 -0000 Delivered-To: apmail-tinkerpop-commits-archive@tinkerpop.apache.org Received: (qmail 75663 invoked by uid 500); 3 Dec 2015 16:43:25 -0000 Mailing-List: contact commits-help@tinkerpop.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tinkerpop.incubator.apache.org Delivered-To: mailing list commits@tinkerpop.incubator.apache.org Received: (qmail 75653 invoked by uid 99); 3 Dec 2015 16:43:25 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2015 16:43:25 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id F3966180A59 for ; Thu, 3 Dec 2015 16:43:24 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.247 X-Spam-Level: X-Spam-Status: No, score=0.247 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.554, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id KgO9m6U6u_eI for ; Thu, 3 Dec 2015 16:43:10 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id 09BE8334EA for ; Thu, 3 Dec 2015 16:42:58 +0000 (UTC) Received: (qmail 70860 invoked by uid 99); 3 Dec 2015 16:42:57 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2015 16:42:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 75A68E681F; Thu, 3 Dec 2015 16:42:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: okram@apache.org To: commits@tinkerpop.incubator.apache.org Date: Thu, 03 Dec 2015 16:43:08 -0000 Message-Id: <7dd505f1085244cfa0da7c5eb8a14cea@git.apache.org> In-Reply-To: <7ddfc1cac2064448b504bfb82908f6f4@git.apache.org> References: <7ddfc1cac2064448b504bfb82908f6f4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [12/50] incubator-tinkerpop git commit: Minor javadoc fix. Minor javadoc fix. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/b007e833 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/b007e833 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/b007e833 Branch: refs/heads/TINKERPOP3-982 Commit: b007e8333092fff4ab436a8d5b81d9e0fdc32357 Parents: fe0e665 Author: Stephen Mallette Authored: Fri Nov 27 08:37:15 2015 -0500 Committer: Stephen Mallette Committed: Fri Nov 27 08:37:15 2015 -0500 ---------------------------------------------------------------------- .../tinkerpop/gremlin/server/util/ServerGremlinExecutor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/b007e833/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/util/ServerGremlinExecutor.java ---------------------------------------------------------------------- diff --git a/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/util/ServerGremlinExecutor.java b/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/util/ServerGremlinExecutor.java index a3a2175..fe3c9a5 100644 --- a/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/util/ServerGremlinExecutor.java +++ b/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/util/ServerGremlinExecutor.java @@ -66,7 +66,7 @@ public class ServerGremlinExecutor { } /** - * Create a new object from {@link Settings} where thread pools are internally created. Note that if the + * Create a new object from {@link Settings} where thread pools are externally assigned. Note that if the * {@code scheduleExecutorServiceClass} is set to {@code null} it will be created via * {@link Executors#newScheduledThreadPool(int, ThreadFactory)}. If either of the {@link ExecutorService} * instances are supplied, the {@link Settings#gremlinPool} value will be ignored for the pool size.