mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-21 19:12:21 +07:00
909433482c
PR#1243 GitOrigin-RevId: a91176d9f95e2803da7c1973c58ce4ee492fb703
9 lines
184 B
Java
9 lines
184 B
Java
class Test {
|
|
/**
|
|
* Test.
|
|
* @param s my string
|
|
* <warning descr="Duplicate @param tag for parameter 's'">@param</warning> s another string
|
|
*/
|
|
void test(String s) {
|
|
}
|
|
} |