Loading src/edu/bu/ec504/hw1p3/compressors/Compressor.java +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ public abstract class Compressor implements Serializable { * DEBUG==true prints debugging information during operation. * DEBUG==false does not print this debugging information */ public boolean DEBUG = true; public static boolean DEBUG = true; /** * An encapsulation of a list of Atoms. Loading Loading
src/edu/bu/ec504/hw1p3/compressors/Compressor.java +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ public abstract class Compressor implements Serializable { * DEBUG==true prints debugging information during operation. * DEBUG==false does not print this debugging information */ public boolean DEBUG = true; public static boolean DEBUG = true; /** * An encapsulation of a list of Atoms. Loading