Fix multiple occurrences of 'the'

Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9a6ff997
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9a6ff997
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/9a6ff997

Branch: refs/heads/TINKERPOP-1404
Commit: 9a6ff9976170da6e6422317db31dd318b84d14b3
Parents: cedbe9c
Author: Mark Hoekstra <m...@web-iq.eu>
Authored: Thu Sep 15 13:52:47 2016 +0200
Committer: Mark Hoekstra <m...@web-iq.eu>
Committed: Thu Sep 15 13:52:47 2016 +0200

----------------------------------------------------------------------
 CHANGELOG.asciidoc                                        |  4 ++--
 docs/src/dev/developer/contributing.asciidoc              |  4 ++--
 docs/src/dev/provider/index.asciidoc                      |  8 ++++----
 docs/src/reference/gremlin-applications.asciidoc          |  2 +-
 docs/src/reference/implementations-hadoop.asciidoc        |  2 +-
 docs/src/reference/implementations-tinkergraph.asciidoc   |  2 +-
 docs/src/reference/intro.asciidoc                         |  2 +-
 docs/src/reference/the-traversal.asciidoc                 | 10 +++++-----
 docs/src/upgrade/index.asciidoc                           |  2 +-
 docs/src/upgrade/release-3.2.x-incubating.asciidoc        |  2 +-
 .../tinkerpop/gremlin/process/computer/MapReduce.java     |  2 +-
 .../computer/traversal/step/map/VertexProgramStep.java    |  2 +-
 .../gremlin/process/remote/RemoteConnection.java          |  2 +-
 .../java/org/apache/tinkerpop/gremlin/driver/Cluster.java |  2 +-
 .../tinkerpop/gremlin/driver/LoadBalancingStrategy.java   |  2 +-
 .../gremlin/groovy/jsr223/GremlinGroovyScriptEngine.java  |  2 +-
 .../tinkerpop/gremlin/server/AbstractChannelizer.java     |  2 +-
 .../process/computer/util/ComputerSubmissionHelper.java   |  2 +-
 .../tinkerpop/gremlin/neo4j/structure/Neo4jGraph.java     |  2 +-
 19 files changed, 28 insertions(+), 28 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9a6ff997/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index b359f37..87c51cf 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -43,7 +43,7 @@ This release also includes changes from <<release-3-1-4, 
3.1.4>>.
 * Created an experimental GraphSON representation of `Bytecode` that will be 
considered unstable until 3.3.0.
 * Added `Translator` which allows from the translation of `Bytecode` into some 
other form (e.g. script, `Traversal`, etc.).
 * Added `JavaTranslator`, `GroovyTranslator`, `PythonTranslator`, and 
`JythonTranslator` for translating `Bytecode` accordingly.
-* Added `TranslationStrategy` to `gremlin-test` so translators can be tested 
against the the process test suite.
+* Added `TranslationStrategy` to `gremlin-test` so translators can be tested 
against the process test suite.
 * Added `Traversal.Admin.nextTraverser()` to get the next result in bulk-form 
(w/ default implementation).
 * Added `TraversalSource.getAnonymousTraversalClass()` (w/ default 
implementation).
 * Added `GremlinScriptEngine` interface which specifies a `eval(Bytecode, 
Bindings)` method.
@@ -667,7 +667,7 @@ TinkerPop 3.1.1 (Release Date: February 8, 2016)
 * Added `Spark` static object to allow "file system" control of persisted RDDs 
in Spark.
 * Added a Spark "job server" to ensure that persisted RDDs are not garbage 
collected by Spark.
 * Improved logging control during builds with Maven.
-* Fixed settings that weren't being passed to the the Gremlin Driver `Cluster` 
through configuration file.
+* Fixed settings that weren't being passed to the Gremlin Driver `Cluster` 
through configuration file.
 * `Column` now implements `Function`. The modulator `by(valueDecr)` can be 
replaced by `by(values,decr)` and thus, projection and order are separated.
 * Added `InputRDDFormat` which wraps an `InputRDD` to make it accessible to 
Hadoop and not just Spark.
 * Added `AbstractSparkTest` which handles closing `SparkContext` instances 
between tests now that we support persisted contexts.

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9a6ff997/docs/src/dev/developer/contributing.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/dev/developer/contributing.asciidoc 
b/docs/src/dev/developer/contributing.asciidoc
index 0c121c8..36124f1 100644
--- a/docs/src/dev/developer/contributing.asciidoc
+++ b/docs/src/dev/developer/contributing.asciidoc
@@ -27,7 +27,7 @@ Ways to Contribute
 image:gremlin-apache.png[width=250,float=left] While the concept of an open 
source contribution can refer to doing
 development work on the code base, there are many other ways outside of coding 
to contribute to Apache TinkerPop.
 Participating on the various mailing lists, offering ideas, reporting bugs, 
writing documentation are all welcome
-contributions to the project that help improve the The TinkerPop. This section 
of the document is designed to help
+contributions to the project that help improve the TinkerPop. This section of 
the document is designed to help
 provide some structure for potential contributors and to give them ideas for 
how they could get started becoming more
 involved in the TinkerPop community.
 
@@ -112,7 +112,7 @@ Before proceeding, contributors should evaluate if the 
proposed change is likely
 
 * Is it clear that code must change? Proposing a JIRA issue and pull request 
is appropriate only when a clear problem
 or change has been identified. When in doubt, email d...@tinkerpop.apache.org 
first about the possible change.
-* Search the the mailing list archives for related discussions. Often, the 
problem has been discussed before, with
+* Search the mailing list archives for related discussions. Often, the problem 
has been discussed before, with
 a resolution that doesn't require a code change, or recording what kinds of 
changes will not be accepted as a
 resolution.
 * Search link:https://issues.apache.org/jira/browse/TINKERPOP[JIRA] for 
existing issues.

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9a6ff997/docs/src/dev/provider/index.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/dev/provider/index.asciidoc 
b/docs/src/dev/provider/index.asciidoc
index 09dd9fb..bb41241 100644
--- a/docs/src/dev/provider/index.asciidoc
+++ b/docs/src/dev/provider/index.asciidoc
@@ -116,7 +116,7 @@ Implementing GraphComputer
 
 image:furnace-character-3.png[width=150,float=right] The most complex method 
in GraphComputer is the `submit()`-method. The method must do the following:
 
-. Ensure the the GraphComputer has not already been executed.
+. Ensure the GraphComputer has not already been executed.
 . Ensure that at least there is a VertexProgram or 1 MapReduce job.
 . If there is a VertexProgram, validate that it can execute on the 
GraphComputer given the respectively defined features.
 . Create the Memory to be used for the computation.
@@ -287,7 +287,7 @@ for (final MapReduce mapReduce : mapReducers) {
 
 <1> Note that the final results of the reducer are provided to the Memory as 
specified by the application developer's
 `MapReduce.addResultToMemory()` implementation.
-<2> If there is no reduce stage, the the map-stage results are inserted into 
Memory as specified by the application
+<2> If there is no reduce stage, the map-stage results are inserted into 
Memory as specified by the application
 developer's `MapReduce.addResultToMemory()` implementation.
 
 Hadoop-Gremlin Usage
@@ -329,7 +329,7 @@ GraphFilterAware Interface
 ++++++++++++++++++++++++++
 
 <<graph-filter,Graph filters>> by OLAP processors to only pull a subgraph of 
the full graph from the graph data source. For instance, the
-example below constructs a `GraphFilter` that will only pull the the 
"knows"-graph amongst people into the `GraphComputer`
+example below constructs a `GraphFilter` that will only pull the "knows"-graph 
amongst people into the `GraphComputer`
 for processing.
 
 [source,java]
@@ -912,7 +912,7 @@ Unlike Standard and Session OpProcessors, the Traversal 
OpProcessor does not sim
 `Traversal`. It instead returns `Traverser` objects which allows the client to 
take advantage of
 
link:http://tinkerpop.apache.org/docs/current/reference/#barrier-step[bulking]. 
To describe this interaction more
 directly, the returned `Traverser` will represent some value from the 
`Traversal` result and the number of times it
-is represented in the the full stream of results. So, if a `Traversal` happens 
to return the same vertex twenty times
+is represented in the full stream of results. So, if a `Traversal` happens to 
return the same vertex twenty times
 it won't return twenty instances of the same object. It will return one in 
`Traverser` with the `bulk` value set to
 twenty. Under this model, the amount of processing and network overhead can be 
reduced considerably.
 

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9a6ff997/docs/src/reference/gremlin-applications.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/gremlin-applications.asciidoc 
b/docs/src/reference/gremlin-applications.asciidoc
index 4c01096..1a0fd16 100644
--- a/docs/src/reference/gremlin-applications.asciidoc
+++ b/docs/src/reference/gremlin-applications.asciidoc
@@ -1253,7 +1253,7 @@ There are a number of pre-packaged `CustomizerProvider` 
implementations:
 |=========================================================
 |Customizer |Description
 |`CompileStaticCustomizerProvider` |Applies `CompileStatic` annotations to 
incoming scripts thus removing dynamic dispatch. More information about static 
compilation can be found in the 
link:http://docs.groovy-lang.org/latest/html/documentation/#_static_compilation[Groovy
 Documentation].  It is possible to configure this `CustomizerProvider` by 
specifying a comma separated list of 
link:http://docs.groovy-lang.org/latest/html/documentation/#Typecheckingextensions-Workingwithextensions[type
 checking extensions] that can have the effect of securing calls to various 
methods.
-|`ConfigurationCustomizerProvider` |Allows configuration of the the Groovy 
`CompilerConfiguration` object by taking a `Map` of key/value pairs where the 
"key" is a property to set on the `CompilerConfiguration`.
+|`ConfigurationCustomizerProvider` |Allows configuration of the Groovy 
`CompilerConfiguration` object by taking a `Map` of key/value pairs where the 
"key" is a property to set on the `CompilerConfiguration`.
 |`ThreadInterruptCustomizerProvider` |Injects checks for thread interruption, 
thus allowing the thread to potentially respect calls to `Thread.interrupt()`
 |`TimedInterruptCustomizerProvider` |Injects checks into loops to interrupt 
them if they exceed the configured timeout in milliseconds.
 |`TypeCheckedCustomizerProvider` |Similar to the above mentioned, 
`CompileStaticCustomizerProvider`, the `TypeCheckedCustomizerProvider` injects 
`TypeChecked` annotations to incoming scripts.  More information on the nature 
of this annotation can be found in the 
link:http://docs.groovy-lang.org/latest/html/documentation/#_the_code_typechecked_code_annotation[Groovy
 Documentation].  It too takes a comma separated list of 
link:http://docs.groovy-lang.org/latest/html/documentation/#Typecheckingextensions-Workingwithextensions[type
 checking extensions].

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9a6ff997/docs/src/reference/implementations-hadoop.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/implementations-hadoop.asciidoc 
b/docs/src/reference/implementations-hadoop.asciidoc
index 34e6f67..3416ea8 100644
--- a/docs/src/reference/implementations-hadoop.asciidoc
+++ b/docs/src/reference/implementations-hadoop.asciidoc
@@ -272,7 +272,7 @@ specified in `HADOOP_GREMLIN_LIBS`.
 export 
HADOOP_GREMLIN_LIBS=$HADOOP_GREMLIN_LIBS:/usr/local/gremlin-console/ext/spark-gremlin/lib
 
 Furthermore the `lib/` directory should be distributed across all machines in 
the SparkServer cluster. For this purpose TinkerPop
-provides a helper script, which takes the Spark installation directory and the 
the Spark machines as input:
+provides a helper script, which takes the Spark installation directory and the 
Spark machines as input:
 
 [source,shell]
 bin/hadoop/init-tp-spark.sh /usr/local/spark spark@10.0.0.1 spark@10.0.0.2 
spark@10.0.0.3

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9a6ff997/docs/src/reference/implementations-tinkergraph.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/implementations-tinkergraph.asciidoc 
b/docs/src/reference/implementations-tinkergraph.asciidoc
index aadec06..33c4dbf 100644
--- a/docs/src/reference/implementations-tinkergraph.asciidoc
+++ b/docs/src/reference/implementations-tinkergraph.asciidoc
@@ -96,7 +96,7 @@ TinkerGraph has several settings that can be provided on 
creation via `Configura
 |gremlin.tinkergraph.vertexPropertyIdManager |The `IdManager` implementation 
to use for vertex properties.
 |gremlin.tinkergraph.defaultVertexPropertyCardinality |The default 
`VertexProperty.Cardinality` to use when `Vertex.property(k,v)` is called.
 |gremlin.tinkergraph.graphLocation |The path and file name for where 
TinkerGraph should persist the graph data. If a
-value is specified here, the the `gremlin.tinkergraph.graphFormat` should also 
be specified.  If this value is not
+value is specified here, the `gremlin.tinkergraph.graphFormat` should also be 
specified.  If this value is not
 included (default), then the graph will stay in-memory and not be 
loaded/persisted to disk.
 |gremlin.tinkergraph.graphFormat |The format to use to serialize the graph 
which may be one of the following:
 `graphml`, `graphson`, `gryo`, or a fully qualified class name that implements 
Io.Builder interface (which allows for

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9a6ff997/docs/src/reference/intro.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/intro.asciidoc 
b/docs/src/reference/intro.asciidoc
index f7a32ce..c7d8882 100644
--- a/docs/src/reference/intro.asciidoc
+++ b/docs/src/reference/intro.asciidoc
@@ -298,7 +298,7 @@ g.V(marko).out('knows') <2>
 g.V(marko).out('knows').values('name') <3>
 ----
 
-<1> Set the variable `marko` to the the vertex in the graph `g` named "marko".
+<1> Set the variable `marko` to the vertex in the graph `g` named "marko".
 <2> Get the vertices that are outgoing adjacent to the marko-vertex via 
knows-edges.
 <3> Get the names of the marko-vertex's friends.
 

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9a6ff997/docs/src/reference/the-traversal.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/the-traversal.asciidoc 
b/docs/src/reference/the-traversal.asciidoc
index 34e6b4d..f7064fd 100644
--- a/docs/src/reference/the-traversal.asciidoc
+++ b/docs/src/reference/the-traversal.asciidoc
@@ -307,7 +307,7 @@ g.V().hasLabel('software').as('a','b','c').
 Barrier Step
 ~~~~~~~~~~~~
 
-The `barrier()`-step (*barrier*) turns the the lazy traversal pipeline into a 
bulk-synchronous pipeline. This step is
+The `barrier()`-step (*barrier*) turns the lazy traversal pipeline into a 
bulk-synchronous pipeline. This step is
 useful in the following situations:
 
   * When everything prior to `barrier()` needs to be executed before moving 
onto the steps after the `barrier()` (i.e. ordering).
@@ -742,7 +742,7 @@ g.V().has('name',not(within('josh','marko'))).valueMap() <5>
 
 <1> Find all vertices whose ages are between 20 (inclusive) and 30 (exclusive).
 <2> Find all vertices whose ages are not between 20 (inclusive) and 30 
(exclusive).
-<3> Find all vertices whose names are exact matches to any names in the the 
collection `[josh,marko]`, display all
+<3> Find all vertices whose names are exact matches to any names in the 
collection `[josh,marko]`, display all
 the key,value pairs for those verticies.
 <4> Find all vertices whose names are not in the collection `[josh,marko]`, 
display all the key,value pairs for those vertices.
 <5> Same as the prior example save using `not` on `within` to yield `without`.
@@ -851,7 +851,7 @@ in a object-local traversal. As such, the `order().by()` 
and the `limit()` refer
 stream as a whole.
 
 WARNING: The anonymous traversal of `local()` processes the current object 
"locally." In OLAP, where the atomic unit
-of computing is the the vertex and its local "star graph," it is important 
that the anonymous traversal does not leave
+of computing is the vertex and its local "star graph," it is important that 
the anonymous traversal does not leave
 the confines of the vertex's star graph. In other words, it can not traverse 
to an adjacent vertex's properties or edges.
 
 [[match-step]]
@@ -1628,7 +1628,7 @@ 
g.V(1).repeat(out()).until(outE().count().is(0)).path().by('name') <3>
 <3> Starting from vertex 1, keep taking outgoing edges until a vertex is 
reached that has no more outgoing edges.
 
 WARNING: The anonymous traversal of `emit()` and `until()` (not `repeat()`) 
process their current objects "locally."
-In OLAP, where the atomic unit of computing is the the vertex and its local 
"star graph," it is important that the
+In OLAP, where the atomic unit of computing is the vertex and its local "star 
graph," it is important that the
 anonymous traversals do not leave the confines of the vertex's star graph. In 
other words, they can not traverse to
 an adjacent vertex's properties or edges.
 
@@ -2200,7 +2200,7 @@ 
g.V().where(__.not(out('created')).and().in('knows')).values('name') <6>
 <6> The concatenation of `where()`-steps is the same as a single 
`where()`-step with an and'd clause.
 
 WARNING: The anonymous traversal of `where()` processes the current object 
"locally". In OLAP, where the atomic unit
-of computing is the the vertex and its local "star graph," it is important 
that the anonymous traversal does not leave
+of computing is the vertex and its local "star graph," it is important that 
the anonymous traversal does not leave
 the confines of the vertex's star graph. In other words, it can not traverse 
to an adjacent vertex's properties or
 edges. Note that is only a temporary limitation that will be addressed in a 
future version of TinkerPop3 (see
 link:https://issues.apache.org/jira/browse/TINKERPOP-693[TINKERPOP-693]).

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9a6ff997/docs/src/upgrade/index.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/upgrade/index.asciidoc b/docs/src/upgrade/index.asciidoc
index 59dd5e1..a12442b 100644
--- a/docs/src/upgrade/index.asciidoc
+++ b/docs/src/upgrade/index.asciidoc
@@ -24,7 +24,7 @@ TinkerPop Upgrade Information
 This document helps users of TinkerPop to understand the changes that come 
with each software release.  It outlines
 new features, how to resolve breaking changes and other information specific 
to a release.  This document is useful
 to end-users who are building applications on TinkerPop, but it is equally 
useful to TinkerPop providers, who
-build libraries and other systems on the the core APIs and protocols that 
TinkerPop exposes.
+build libraries and other systems on the core APIs and protocols that 
TinkerPop exposes.
 
 These providers include:
 

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9a6ff997/docs/src/upgrade/release-3.2.x-incubating.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/upgrade/release-3.2.x-incubating.asciidoc 
b/docs/src/upgrade/release-3.2.x-incubating.asciidoc
index 873cdc8..61e3a58 100644
--- a/docs/src/upgrade/release-3.2.x-incubating.asciidoc
+++ b/docs/src/upgrade/release-3.2.x-incubating.asciidoc
@@ -353,7 +353,7 @@ Hadoop FileSystem Variable
 ^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 The `HadoopGremlinPlugin` defines two variables: `hdfs` and `fs`. The first is 
a reference to the HDFS `FileSystemStorage`
-and the latter is a reference to the the local `FileSystemStorage`. Prior to 
3.2.x, `fs` was called `local`. However,
+and the latter is a reference to the local `FileSystemStorage`. Prior to 
3.2.x, `fs` was called `local`. However,
 there was a variable name conflict with `Scope.local`. As such `local` is now 
`fs`. This issue existed prior to 3.2.x,
 but was not realized until this release. Finally, this only effects Gremlin 
Console users.
 

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9a6ff997/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/MapReduce.java
----------------------------------------------------------------------
diff --git 
a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/MapReduce.java
 
b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/MapReduce.java
index f6e6c0c..a70abf3 100644
--- 
a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/MapReduce.java
+++ 
b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/MapReduce.java
@@ -33,7 +33,7 @@ import java.util.Optional;
  * The map() stage processes the vertices of the {@link 
org.apache.tinkerpop.gremlin.structure.Graph} in a logically parallel manner.
  * The combine() stage aggregates the values of a particular map emitted key 
prior to sending across the cluster.
  * The reduce() stage aggregates the values of the combine/map emitted keys 
for the keys that hash to the current machine in the cluster.
- * The interface presented here is nearly identical to the interface 
popularized by Hadoop save the the map() is over the vertices of the graph.
+ * The interface presented here is nearly identical to the interface 
popularized by Hadoop save the map() is over the vertices of the graph.
  *
  * @author Marko A. Rodriguez (http://markorodriguez.com)
  */

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9a6ff997/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/traversal/step/map/VertexProgramStep.java
----------------------------------------------------------------------
diff --git 
a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/traversal/step/map/VertexProgramStep.java
 
b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/traversal/step/map/VertexProgramStep.java
index bda19a2..d005940 100644
--- 
a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/traversal/step/map/VertexProgramStep.java
+++ 
b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/traversal/step/map/VertexProgramStep.java
@@ -79,7 +79,7 @@ public abstract class VertexProgramStep extends 
AbstractStep<ComputerResult, Com
             }
         } catch (final InterruptedException ie) {
             // the thread running the traversal took an interruption while 
waiting on the call the future.get().
-            // the future should then be cancelled with interruption so that 
the the GraphComputer that created
+            // the future should then be cancelled with interruption so that 
the GraphComputer that created
             // the future knows we don't care about it anymore. The 
GraphComputer should attempt to respect this
             // cancellation request.
             if (future != null) future.cancel(true);

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9a6ff997/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/remote/RemoteConnection.java
----------------------------------------------------------------------
diff --git 
a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/remote/RemoteConnection.java
 
b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/remote/RemoteConnection.java
index f2cc399..8506ad7 100644
--- 
a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/remote/RemoteConnection.java
+++ 
b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/remote/RemoteConnection.java
@@ -45,7 +45,7 @@ public interface RemoteConnection extends AutoCloseable {
     /**
      * Submits {@link Traversal} {@link Bytecode} to a server and returns a 
{@link Traversal}.
      * The {@link Traversal} is an abstraction over two types of results that 
can be returned as part of the
-     * response from the server: the results of the {@link Traversal} itself 
and the the side-effects that it produced.
+     * response from the server: the results of the {@link Traversal} itself 
and the side-effects that it produced.
      */
     public <E> RemoteTraversal<?,E> submit(final Bytecode bytecode) throws 
RemoteConnectionException;
 }

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9a6ff997/gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/Cluster.java
----------------------------------------------------------------------
diff --git 
a/gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/Cluster.java 
b/gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/Cluster.java
index c7ea041..9c08c3c 100644
--- 
a/gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/Cluster.java
+++ 
b/gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/Cluster.java
@@ -254,7 +254,7 @@ public final class Cluster {
 
     /**
      * Gets the list of hosts that the {@code Cluster} was able to connect to. 
 A {@link Host} is assumed unavailable
-     * until a connection to it is proven to be present.  This will not happen 
until the the {@link Client} submits
+     * until a connection to it is proven to be present.  This will not happen 
until the {@link Client} submits
      * requests that succeed in reaching a server at the {@link Host} or 
{@link Client#init()} is called which
      * initializes the {@link ConnectionPool} for the {@link Client} itself.  
The number of available hosts returned
      * from this method will change as different servers come on and offline.

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9a6ff997/gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/LoadBalancingStrategy.java
----------------------------------------------------------------------
diff --git 
a/gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/LoadBalancingStrategy.java
 
b/gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/LoadBalancingStrategy.java
index b485911..c6ad4bd 100644
--- 
a/gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/LoadBalancingStrategy.java
+++ 
b/gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/LoadBalancingStrategy.java
@@ -41,7 +41,7 @@ public interface LoadBalancingStrategy extends Host.Listener {
     public void initialize(final Cluster cluster, final Collection<Host> 
hosts);
 
     /**
-     * Provide an ordered list of hosts to send the the given {@link 
RequestMessage} to.
+     * Provide an ordered list of hosts to send the given {@link 
RequestMessage} to.
      */
     public Iterator<Host> select(final RequestMessage msg);
 

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9a6ff997/gremlin-groovy/src/main/java/org/apache/tinkerpop/gremlin/groovy/jsr223/GremlinGroovyScriptEngine.java
----------------------------------------------------------------------
diff --git 
a/gremlin-groovy/src/main/java/org/apache/tinkerpop/gremlin/groovy/jsr223/GremlinGroovyScriptEngine.java
 
b/gremlin-groovy/src/main/java/org/apache/tinkerpop/gremlin/groovy/jsr223/GremlinGroovyScriptEngine.java
index 8866325..ecfd168 100644
--- 
a/gremlin-groovy/src/main/java/org/apache/tinkerpop/gremlin/groovy/jsr223/GremlinGroovyScriptEngine.java
+++ 
b/gremlin-groovy/src/main/java/org/apache/tinkerpop/gremlin/groovy/jsr223/GremlinGroovyScriptEngine.java
@@ -405,7 +405,7 @@ public class GremlinGroovyScriptEngine extends 
GroovyScriptEngineImpl
     private void internalReset() {
         createClassLoader();
 
-        // must clear the local cache here because the the classloader has 
been reset.  therefore, classes previously
+        // must clear the local cache here because the classloader has been 
reset.  therefore, classes previously
         // referenced before that might not have evaluated might cleanly 
evaluate now.
         classMap.clear();
         globalClosures.clear();

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9a6ff997/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/AbstractChannelizer.java
----------------------------------------------------------------------
diff --git 
a/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/AbstractChannelizer.java
 
b/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/AbstractChannelizer.java
index 10dbc1c..fdedd31 100644
--- 
a/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/AbstractChannelizer.java
+++ 
b/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/AbstractChannelizer.java
@@ -55,7 +55,7 @@ import java.util.concurrent.ScheduledExecutorService;
 import java.util.stream.Stream;
 
 /**
- * A base implementation for the {@code Channelizer} which does a basic 
configuration of the the pipeline, one that
+ * A base implementation for the {@code Channelizer} which does a basic 
configuration of the pipeline, one that
  * is generally common to virtually any Gremlin Server operation (i.e. where 
the server's purpose is to process
  * Gremlin scripts).
  * <p/>

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9a6ff997/hadoop-gremlin/src/main/java/org/apache/tinkerpop/gremlin/hadoop/process/computer/util/ComputerSubmissionHelper.java
----------------------------------------------------------------------
diff --git 
a/hadoop-gremlin/src/main/java/org/apache/tinkerpop/gremlin/hadoop/process/computer/util/ComputerSubmissionHelper.java
 
b/hadoop-gremlin/src/main/java/org/apache/tinkerpop/gremlin/hadoop/process/computer/util/ComputerSubmissionHelper.java
index 2f4625f..1229440 100644
--- 
a/hadoop-gremlin/src/main/java/org/apache/tinkerpop/gremlin/hadoop/process/computer/util/ComputerSubmissionHelper.java
+++ 
b/hadoop-gremlin/src/main/java/org/apache/tinkerpop/gremlin/hadoop/process/computer/util/ComputerSubmissionHelper.java
@@ -39,7 +39,7 @@ public final class ComputerSubmissionHelper {
      * <p>
      * This is intended to serve as an alternative to {@link 
ForkJoinPool#commonPool()},
      * which is used by {@link CompletableFuture#supplyAsync(Supplier)} (among 
other methods).
-     * The the single threaded executor created by this method contains a 
thread
+     * The single threaded executor created by this method contains a thread
      * with the same context classloader and thread group as the thread that 
called
      * this method.  Threads created in this method also have predictable 
behavior when
      * {@link Thread#setContextClassLoader(ClassLoader)} is invoked; threads 
in the

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9a6ff997/neo4j-gremlin/src/main/java/org/apache/tinkerpop/gremlin/neo4j/structure/Neo4jGraph.java
----------------------------------------------------------------------
diff --git 
a/neo4j-gremlin/src/main/java/org/apache/tinkerpop/gremlin/neo4j/structure/Neo4jGraph.java
 
b/neo4j-gremlin/src/main/java/org/apache/tinkerpop/gremlin/neo4j/structure/Neo4jGraph.java
index 6f896af..d5460c7 100644
--- 
a/neo4j-gremlin/src/main/java/org/apache/tinkerpop/gremlin/neo4j/structure/Neo4jGraph.java
+++ 
b/neo4j-gremlin/src/main/java/org/apache/tinkerpop/gremlin/neo4j/structure/Neo4jGraph.java
@@ -270,7 +270,7 @@ public final class Neo4jGraph implements Graph, 
WrappedGraph<Neo4jGraphAPI> {
     }
 
     /**
-     * This implementation of {@code close} will also close the current 
transaction on the the thread, but it
+     * This implementation of {@code close} will also close the current 
transaction on the thread, but it
      * is up to the caller to deal with dangling transactions in other threads 
prior to calling this method.
      */
     @Override

Reply via email to