Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/javaDoc/JavadocPeriod2.java
2017-04-07 18:48:45 +02:00

5 lines
200 B
Java

<warning descr="Period in the documentation is missing. The period is used by the Javadoc tool to generate the comment for the overview page">/**</warning>
* Do smth
* @author me.
*/
class Test { }