mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-22 18:07:04 +07:00
9 lines
136 B
Java
9 lines
136 B
Java
class Test {
|
|
/**
|
|
* Incomplete JavaDoc
|
|
*/
|
|
int method(String s, final int anObject) {
|
|
return anObject;
|
|
}
|
|
}
|