mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
13 lines
264 B
Java
13 lines
264 B
Java
public class SeeConstants {
|
|
public static final String III = "";
|
|
public static final String UUU="";
|
|
|
|
/**
|
|
* @see SeeConstants.<error>III</error>
|
|
* @see SeeConstants#UUU
|
|
* @param args blah-blah
|
|
*/
|
|
public static void main(String[] args) {
|
|
}
|
|
}
|