9 lines
104 B
Plaintext
Raw Permalink Normal View History

2017-11-29 14:45:15 +01:00
public class EmptyMethod{
public void m1(){
System.out.println("test");
}
public void m2(){}
}