blob: b1ab48060601afc1295eaafcb869688b2d628776 [file] [log] [blame]
package com.somecompany;
import com.mycompany.app.SomeGeneralTestClass;
/**
* Hello world!
*
*/
public class OtherAppRequiringGeneralTestClass {
public static void main(String[] args) throws Exception {
SomeGeneralTestClass.class.newInstance();
}
}