//*********************************************************************************
// class tig.Misc
// Software released under the General Public License (version 2 or later), available at
// http://www.gnu.org/copyleft/gpl.html
//*********************************************************************************
package tig;
import java.io.File;
/******************************************************************************
Contains miscelaneous utility methods not having yet a place in an other class.
@author Thierry Graff
@history sep 20 2001 : creation.
@todo
*********************************************************************************/
public abstract class Misc{
//=================================================================================
// METHODS
//=================================================================================
/** */
// public static String tag(String string, String tag){
// }// end
}// end class Misc