From bdd5b19273b604c37c39c0158ae6700a770b73f4 Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Sat, 29 Jun 2013 11:35:05 +0300 Subject: [PATCH] documentation update --- doc/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/index.html b/doc/index.html index 59f4863..f6c58d6 100644 --- a/doc/index.html +++ b/doc/index.html @@ -71,9 +71,10 @@ This software is distributed under + // Create graph -final Graph graph = new Graph(); +final ClassGraph graph = new ClassGraph(); // Add some object to the graph. graph.addObject(graph); -- 2.20.1