org.fudaa.dodico.rubar.RubarVF2MExec Maven / Gradle / Ivy
/**
* @creation 13 oct. 2004
* @modification $Date: 2006-09-19 14:45:57 $
* @license GNU General Public License 2
* @copyright (c)1998-2001 CETMEF 2 bd Gambetta F-60231 Compiegne
* @mail [email protected]
*/
package org.fudaa.dodico.rubar;
/**
* @author Fred Deniger
* @version $Id: RubarVF2MExec.java,v 1.3 2006-09-19 14:45:57 deniger Exp $
*/
public class RubarVF2MExec extends RubarExecAbstract {
public RubarVF2MExec() {
super("vf2m");
}
}