Skip to content

Commit

Permalink
Removed unused instance variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
johncurrier committed May 5, 2006
1 parent ae613eb commit 7985a7a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

public class JavaScriptFormatter {
private static JavaScriptFormatter instance = new JavaScriptFormatter();
private boolean commentsInitiallyDisplayed = Boolean.getBoolean("commentsInitiallyDisplayed");

public static JavaScriptFormatter getInstance() {
return instance;
Expand Down

0 comments on commit 7985a7a

Please sign in to comment.