Madan Jampani

Fix checkstyle error

Change-Id: I54278c0dc5fb4b6bc5081ba8564bae8aa9cc697b
......@@ -61,7 +61,7 @@ public class DefaultDocumentTreeTest {
@Test(expected = IllegalDocumentModificationException.class)
public void testCreateRecursiveRoot() {
DocumentTree<String> tree = new DefaultDocumentTree<>();
tree.createRecursive(path("root"), "bar");;
tree.createRecursive(path("root"), "bar");
}
@Test(expected = IllegalDocumentModificationException.class)
......