Skip to content

Commit e4e427a

Browse files
committed
getting rid of duplicate boiler plate code
1 parent 80b33ea commit e4e427a

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/edu/rosehulman/cjjb/JavaModelClassVisitor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
public 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;

src/edu/rosehulman/cjjb/Main.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)