Github user spmallette commented on a diff in the pull request:

    https://github.com/apache/tinkerpop/pull/569#discussion_r106410916
  
    --- Diff: 
gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/util/ServerGremlinExecutor.java
 ---
    @@ -100,9 +101,28 @@ public ServerGremlinExecutor(final Settings settings, 
final ExecutorService grem
          */
         public ServerGremlinExecutor(final Settings settings, final 
ExecutorService gremlinExecutorService,
                                      final T scheduledExecutorService, final 
Class<T> scheduleExecutorServiceClass,
    -                                 final GraphManager graphManager) {
    +                                 GraphManager graphManager) {
             this.settings = settings;
     
    +        if (null == graphManager) {
    --- End diff --
    
    looks like there's some indentation problems in the following lines of 
code. should be four spaces between the curly brackets.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to