mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 08:50:57 +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 <error>SeeConstants.III</error>
|
|
* @see SeeConstants#UUU
|
|
* @param args blah-blah
|
|
*/
|
|
public static void main(String[] args) {
|
|
}
|
|
}
|