blob: 6d2cbfc5f2b29816f35047027e350ca895a6646f [file] [log] [blame]
public class CLASS
{
public CLASS()
{
//Here is the constructor
}
public String generate(Object argument) throws Exception
{
return "";
}
}