You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by "xiazcy (via GitHub)" <gi...@apache.org> on 2023/06/16 09:01:18 UTC

[GitHub] [tinkerpop] xiazcy commented on a diff in pull request #2099: [WIP] TINKERPOP-2672 - string manipulation function concat()

xiazcy commented on code in PR #2099:
URL: https://github.com/apache/tinkerpop/pull/2099#discussion_r1231984996


##########
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/Operator.java:
##########
@@ -204,5 +204,5 @@ else if (a instanceof Collection && a instanceof Collection)
         public Object apply(final Object a, final Object b) {
             return (long) a + (long) b;
         }
-    }
+    },

Review Comment:
   ```suggestion
       }
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org