blob: cd05bdd43677e9717879d3acf63c2945d0efc9a3 [file] [log] [blame]
package aPackage;
import java.io.IOException;
public class AClassTwo implements AnInterface {
public void methodA(int myInt) throws IOException{
//some code here
}
}