File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919public class JavaModelClassVisitor {
2020
2121 public Set <String > classes ;
22- public static final String boilerPlate = "digraph G { fontname = \" Bitstream Vera Sans\" fontsize = 8 node [ fontname = \" Bitstream Vera Sans\" fontsize = 8 shape = \" record\" ] edge [ fontname = \" Bitstream Vera Sans\" fontsize = 8 ]" ;
2322
2423 private JavaModel model ;
2524 private String classSearch ;
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ public class Main {
4141// "headfirst.factory.pizzaaf", "headfirst.factory.pizzafm"
4242 };
4343
44- public static final String boilerPlate = "digraph G { fontname = \" Bitstream Vera Sans\" fontsize = 8 node [ fontname = \" Bitstream Vera Sans\" fontsize = 8 shape = \" record\" ] edge [ fontname = \" Bitstream Vera Sans\" fontsize = 8 ]" ;
4544
4645 public static void main (String [] args ) throws IOException , ClassNotFoundException {
4746 if (args .length == 0 ) {
You can’t perform that action at this time.
0 commit comments