Github user spmallette commented on a diff in the pull request:

    https://github.com/apache/tinkerpop/pull/705#discussion_r137840086
  
    --- Diff: 
tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraphTest.java
 ---
    @@ -592,6 +592,31 @@ public void 
shouldSerializeWithColorClassResolverToTinkerGraphUsingDeprecatedTin
             }
         }
     
    +    @Test
    +    public void shouldClone() {
    +        final TinkerGraph g = TinkerGraph.open();
    +
    +        Vertex marko = g.addVertex("name", "marko", "age", 29);
    --- End diff --
    
    more need for `final` keyword


---

Reply via email to