KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > tc > util > DebugUtil


1 /**
2  * All content copyright (c) 2003-2006 Terracotta, Inc., except as may otherwise be noted in a separate copyright notice. All rights reserved.
3  */

4 package com.tc.util;
5
6 /**
7  * This a temporary class to hold a debug flag and should be removed after the CyclicBarrier
8  * bug is found.
9  * TODO: Remove after the bug is found.
10  */

11 public class DebugUtil {
12   public static boolean DEBUG = false;
13 }
14
Popular Tags