liuxiaocs7 commented on code in PR #2231: URL: https://github.com/apache/incubator-hugegraph/pull/2231#discussion_r1225392786
########## hugegraph-dist/src/assembly/static/scripts/example.groovy: ########## @@ -15,53 +15,55 @@ * under the License. */ import org.apache.hugegraph.HugeFactory +import org.apache.hugegraph.backend.id.IdGenerator import org.apache.hugegraph.dist.RegisterUtil +import org.apache.hugegraph.type.define.NodeRole Review Comment: tiny question: I didn't import this line before and it seems to work too, weird -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
