mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 09:46:39 +07:00
GitOrigin-RevId: e6bffe8fa019516d124b806971182aa10e79a2ec
6 lines
107 B
Java
6 lines
107 B
Java
/*<# @Deprecated #>*/
|
|
class Test {
|
|
public int getSize(String/*<# ! #>*/ s) {
|
|
return s.length();
|
|
}
|
|
} |