X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=blobdiff_plain;f=doc%2Findex.html;h=f6c58d623d6c6ce4332146dd752ec7ef9551df73;hb=79db54fde2069b536c95e9da810efb27f2e4efb5;hp=9028b5cd2dc82fe1692abd9b5d97769e1838c722;hpb=75e481b8054fb685f94eeb59e92c4fb50e6d4611;p=javainspect.git diff --git a/doc/index.html b/doc/index.html index 9028b5c..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); @@ -107,7 +108,7 @@ Declare JavaInspect as dependency: <dependency> <groupId>eu.svjatoslav</groupId> <artifactId>javainspect</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> </dependency> </dependencies>