class Test { /** * Incomplete JavaDoc */ int method(String s) { return 10; } }