Commit c61d750b authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Minor update

parent de8d9527
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.