1 2 /* 3 * The contents of this file are subject to the terms 4 * of the Common Development and Distribution License 5 * (the License). You may not use this file except in 6 * compliance with the License. 7 * 8 * You can obtain a copy of the license at 9 * https://glassfish.dev.java.net/public/CDDLv1.0.html or 10 * glassfish/bootstrap/legal/CDDLv1.0.txt. 11 * See the License for the specific language governing 12 * permissions and limitations under the License. 13 * 14 * When distributing Covered Code, include this CDDL 15 * Header Notice in each file and include the License file 16 * at glassfish/bootstrap/legal/CDDLv1.0.txt. 17 * If applicable, add the following below the CDDL Header, 18 * with the fields enclosed by brackets [] replaced by 19 * you own identifying information: 20 * "Portions Copyrighted [year] [name of copyright owner]" 21 * 22 * Copyright 2006 Sun Microsystems, Inc. All rights reserved. 23 */ 24 package com.sun.enterprise.util.logging; 25 26 public class Debug 27 { 28 public static final boolean enabled = true; 29 } 30