Constants.java :  » UnTagged » ampthy » net » sourceforge » javaocr » Android Open Source

Android Open Source » UnTagged » ampthy 
ampthy » net » sourceforge » javaocr » Constants.java
// Constants.java
// Copyright (c) 2010 William Whitney
// All rights reserved.
// This software is released under the BSD license.
// Please see the accompanying LICENSE.txt for details.
package net.sourceforge.javaocr;

import java.util.logging.Logger;

/**
 * Contains constants unique to entire application.
 * @author William Whitney
 */
public class Constants
{

    public Constants()
    {
        
    }
    public static final String version = "1.101";
    private static final Logger LOG = Logger.getLogger(Constants.class.getName());
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.