mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 00:35:33 +07:00
GitOrigin-RevId: 3546a5f2e856593d21bd93a6fcfb23cc9c280330
7 lines
139 B
Java
7 lines
139 B
Java
class A {
|
|
/**
|
|
* @throws
|
|
* @throws java.lang.IllegalArgumentException if b is negative
|
|
*/
|
|
public void method(int a, int b) {}
|
|
} |