Files
openide/java/java-tests/testData/compileServer/incremental/methodProperties/addThrows/src-packageA$Server.java.new
T

12 lines
181 B
Plaintext

/**
* created at Jan 22, 2002
* @author Jeka
*/
package packageA;
public class Server {
public void method() throws Exception {
System.out.println("Server.method");
}
}