X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=blobdiff_plain;f=doc%2Findex.html;h=f6c58d623d6c6ce4332146dd752ec7ef9551df73;hb=79db54fde2069b536c95e9da810efb27f2e4efb5;hp=59f486327e453b0d20cc144747467e7ad2027931;hpb=13eb4378a21127f9ebfb226b7f883ec4ca538215;p=javainspect.git 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);