blob: 1437f1c27e9e9b854293dbbceecf210acec8c207 [file] [log] [blame]
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) {
}
}