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

4 lines
189 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>
* Missing dot
*/
class Test { }