forked from phoedos/pmd
Fix more javadoc errors
These worked with Java 21, but not with Java 11.
This commit is contained in:
@@ -36,19 +36,17 @@ import com.github.stefanbirkner.systemlambda.SystemLambda;
|
||||
* <p>Usage template:
|
||||
*
|
||||
* <pre>
|
||||
* {@code
|
||||
* class MyPMDTaskTest extends AbstractAntTestHelper {
|
||||
* MyPMDTaskTest() {
|
||||
* antTestScriptFilename = "mypmdtasktest.xml";
|
||||
* }
|
||||
*
|
||||
* @Test
|
||||
* @Test
|
||||
* void myTest() {
|
||||
* executeTarget("testMyTarget");
|
||||
* assertOutputContaining("Expected Violation Message");
|
||||
* }
|
||||
* }
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* @author Romain Pelisse <belaran@gmail.com>
|
||||
|
Reference in New Issue
Block a user