Skip to content

Commit

Permalink
Fix Java example license
Browse files Browse the repository at this point in the history
  • Loading branch information
ryn5 committed Oct 5, 2023
1 parent 08085f4 commit bf51fd5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions gremlin-driver/src/main/java/example/Example.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package example;/*
/*
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
Expand All @@ -17,7 +17,11 @@ Licensed to the Apache Software Foundation (ASF) under one
under the License.
*/

// Common imports as listed at reference/#gremlin-java-imports
package example;

// Common imports
import org.apache.tinkerpop.gremlin.driver.MessageSerializer;
import org.apache.tinkerpop.gremlin.driver.ser.GraphBinaryMessageSerializerV1;
import org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal;
import org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource;

Expand Down

0 comments on commit bf51fd5

Please sign in to comment.