blob: c4612c624c7476e74233207299696300d574b9af [file] [log] [blame]
package bug.test;
/**
* Created by IntelliJ IDEA.
* Date: Dec 13, 2007
* Time: 4:12:50 PM
* To change this template use File | Settings | File Templates.
*/
public class BaseClass {
public void doSomething(String arg1){
System.out.println("In BaseClass::doSomething(int arg1)");
}
}