File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/com/neocoretechs/relatrix/key Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 */
1616public final class DBKey implements Comparable , Serializable {
1717 private static final long serialVersionUID = -7511519913473997228L ;
18- private static boolean DEBUG = true ;
18+ private static boolean DEBUG = false ;
1919 UUID instanceIndex = null ;
2020
2121 public DBKey () {}
Original file line number Diff line number Diff line change 2020 *
2121 */
2222public final class IndexInstanceTable implements IndexInstanceTableInterface {
23- public static boolean DEBUG = true ;
23+ public static boolean DEBUG = false ;
2424 LinkedHashSet <Class > classCommits = new LinkedHashSet <Class >();
2525 String transactionId = null ;
2626 private Object mutex = new Object ();
Original file line number Diff line number Diff line change 1515 *
1616 */
1717public class IndexResolver {
18- public static boolean DEBUG = true ;
18+ public static boolean DEBUG = false ;
1919 static IndexInstanceTableInterface instanceTable = null ;
2020 static boolean local = true ;
2121 static RelatrixClientInterface remoteIndexInstanceTable ;
Original file line number Diff line number Diff line change 2323 *
2424 */
2525public final class RemoteIndexInstanceTable implements IndexInstanceTableInterface {
26- public static boolean DEBUG = true ;
26+ public static boolean DEBUG = false ;
2727 LinkedHashSet <Class > classCommits = new LinkedHashSet <Class >();
2828 private RelatrixClientInterface rc = null ;
2929 private RelatrixClientTransactionInterface rcx = null ;
You can’t perform that action at this time.
0 commit comments