Skip to content

Commit

Permalink
-font and -fontsize stopped working...
Browse files Browse the repository at this point in the history
  • Loading branch information
johncurrier committed Aug 6, 2007
1 parent f99f749 commit ed1f079
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/net/sourceforge/schemaspy/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ public class Config
*/
public Config()
{
setInstance(this);
if (instance == null)
setInstance(this);
options = new ArrayList();
}

Expand Down

0 comments on commit ed1f079

Please sign in to comment.