[tests] message texts in Javadoc highlighting tests

This commit is contained in:
Roman Shevchenko
2017-04-07 18:48:45 +02:00
parent a31c85b322
commit 2a47148d94
22 changed files with 100 additions and 104 deletions

View File

@@ -1,12 +1,11 @@
public class SeeConstants {
public static final String III = "";
public static final String UUU="";
public static final String UUU = "";
/**
* @see SeeConstants.<error>III</error>
* @see SeeConstants.<error descr="Cannot resolve symbol 'SeeConstants.III'">III</error>
* @see SeeConstants#UUU
* @param args blah-blah
*/
public static void main(String[] args) {
}
}
public static void main(String[] args) { }
}