spmallette commented on code in PR #3234: URL: https://github.com/apache/tinkerpop/pull/3234#discussion_r2440300462
########## gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/AggregateLocalStep.java: ########## @@ -39,7 +39,9 @@ /** * @author Marko A. Rodriguez (http://markorodriguez.com) + * @deprecated As of release 3.7.5, use local() with aggregate() instead Review Comment: a bit of a nit i gues, but I think in this case, the deprecation comment is: > @deprecated As of release 3.7.5, not replaced As a Gremlin step implementation, it's just gone...there's no direct replacement for usage. `GraphTraversal` and `__` as user facing get the slightly fancier message. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
