Coverage Report - us.daveread.utility.formatcheck.ConstantsInterface
 
Classes in this File Line Coverage Branch Coverage Complexity
ConstantsInterface
N/A
N/A
0
 
 1  
 package us.daveread.utility.formatcheck;
 2  
 
 3  
 /**
 4  
  * <p>Title: ConstantsInterface
 5  
  * <p>Description: Constants used in the FormatCheck application
 6  
  * <p>Copyright: Copyright (c) 2005
 7  
  * <p>This program is free software; you can redistribute it and/or modify
 8  
  * it under the terms of the GNU General Public License as published by
 9  
  * the Free Software Foundation; either version 2 of the License, or
 10  
  * (at your option) any later version.
 11  
  * <p>This program is distributed in the hope that it will be useful,
 12  
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
 13  
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 14  
  * GNU General Public License for more details.
 15  
  * <p>You should have received a copy of the GNU General Public License
 16  
  * along with this program; if not, write to the Free Software
 17  
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 18  
  * </p>
 19  
  *
 20  
  * @author David Read
 21  
  * @version $Id: ConstantsInterface.java,v 1.4 2006/06/14 23:37:29 daveread Exp $
 22  
  */
 23  
 public interface ConstantsInterface {
 24  
   /** Version number displayed to user */
 25  
   public final static String VERSION = "01.01.00";
 26  
 }