mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
13 lines
166 B
Java
13 lines
166 B
Java
// "Add Javadoc" "true"
|
|
|
|
class A {
|
|
/**
|
|
* @param s
|
|
* @return
|
|
* @throws Exception
|
|
*/
|
|
public int foo(final String s) throws Exception {
|
|
|
|
}
|
|
}
|