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 90ac7e897381bb0c4cfd9c9727880511ca007a48 Merge: 5b1c2e9c20 1db5c1fd75 Author: Stephen Mallette <stepm...@amazon.com> AuthorDate: Wed May 21 07:41:24 2025 -0400 Merge branch '3.8-dev' .../gremlin/process/traversal/AnonymousTraversalSource.java | 8 ++++---- .../gremlin-javascript/lib/process/anonymous-traversal.ts | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --cc gremlin-javascript/src/main/javascript/gremlin-javascript/lib/process/anonymous-traversal.ts index 479ed21199,2f7710734e..e4d8972708 --- a/gremlin-javascript/src/main/javascript/gremlin-javascript/lib/process/anonymous-traversal.ts +++ b/gremlin-javascript/src/main/javascript/gremlin-javascript/lib/process/anonymous-traversal.ts @@@ -73,9 -77,9 +73,9 @@@ export default class AnonymousTraversal * reference so that traversals spawned from it will execute over that reference. * @param {RemoteConnection} remoteConnection * @return {GraphTraversalSource} - * @deprecated As of release 4.0.0, prefer {@link with_}. + * @deprecated As of release 3.8.0, prefer {@link with_}. */ - withRemote(remoteConnection) { + withRemote(remoteConnection: RemoteConnection) { return this.with_(remoteConnection); } }