difftastic/sample_files/java_2.java

14 lines
221 B
Java

class Foo {
/**
* Hello world.
*
* <p>More stuff here.</p>
*
* @param stuff {@code String} foo bar
* @returns {@code int}
*/
protected static int blah() {
throw new Exception("before");
}
}