This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 47e25aa452dc950d1711f2828d75945604098977
Merge: 82c2f5f 6fbb53e
Author: stephen <spmalle...@gmail.com>
AuthorDate: Thu Oct 31 13:36:18 2019 -0400

    Merge branch 'tp33' into tp34

 CHANGELOG.asciidoc                                                  | 1 +
 .../tinkerpop/gremlin/process/traversal/TraversalStrategies.java    | 3 +++
 .../gremlin/process/traversal/util/DefaultTraversalStrategies.java  | 6 +++++-
 3 files changed, 9 insertions(+), 1 deletion(-)

diff --cc 
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategies.java
index 6ee9cff,a2f932b..6c2c2f3
--- 
a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategies.java
+++ 
b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategies.java
@@@ -85,11 -85,14 +85,14 @@@ public interface TraversalStrategies ex
      }
  
      /**
 -     * Apply all the {@link TraversalStrategy} optimizers to the {@link 
Traversal} for the stated {@link TraversalEngine}.
 -     * This method must ensure that the strategies are sorted prior to 
application.
 +     * Apply all the {@link TraversalStrategy} optimizers to the {@link 
Traversal}. This method must ensure that the
 +     * strategies are sorted prior to application.
       *
       * @param traversal the traversal to apply the strategies to
+      * @deprecated As of release 3.3.10, not directly replaced as this mode 
of strategy application has not been
+      * utilized since early days of 3.x
       */
+     @Deprecated
      public void applyStrategies(final Traversal.Admin<?, ?> traversal);
  
      /**

Reply via email to