Skip to content

Commit

Permalink
#4 - Quickfix for NullPointerException
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandersonbc committed Mar 15, 2016
1 parent 83b365e commit f749295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icc/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class Main {
static boolean DEBUG_KEYS = false;
static boolean ICC_SHOW_EXPLICIT_INTENTS = false;
static boolean ICC_SHOW_IMPLICIT_INTENTS = false;
static boolean ICC_SHOW_VARS = true;
static boolean ICC_SHOW_VARS = false;
static boolean ICC_SHOW_LINKS = true;
static boolean ICC_SHOW_STATS_PER_FILE = false;
static boolean ICC_SHOW_FINAL_STATS = false;
Expand Down

0 comments on commit f749295

Please sign in to comment.