difftastic/sample_files/java_1.java

14 lines
222 B
Java

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