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

kenhuuu pushed a commit to branch stringify-params
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/stringify-params by this push:
     new 31ea7d60c9 missing import
31ea7d60c9 is described below

commit 31ea7d60c92f4ce24b1014aa8f3390561decbd8f
Author: Ken Hu <[email protected]>
AuthorDate: Mon Apr 27 09:40:05 2026 -0700

    missing import
---
 .../org/apache/tinkerpop/gremlin/process/traversal/GremlinLangTest.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/process/traversal/GremlinLangTest.java
 
b/gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/process/traversal/GremlinLangTest.java
index d1e215e00a..57649b697d 100644
--- 
a/gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/process/traversal/GremlinLangTest.java
+++ 
b/gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/process/traversal/GremlinLangTest.java
@@ -38,6 +38,7 @@ import org.junit.runners.Parameterized;
 import java.math.BigDecimal;
 import java.math.BigInteger;
 import java.nio.ByteBuffer;
+import java.time.Duration;
 import java.util.Arrays;
 import java.util.Collections;
 import java.util.Date;

Reply via email to