One more test for JavadocStyle.

This commit is contained in:
Oleg Sukhodolsky 2003-11-19 04:51:44 +00:00
parent d39b9ef629
commit 4011bf3740
1 changed files with 9 additions and 0 deletions

View File

@ -130,4 +130,13 @@ public class InputJavadocStyleCheck
//private void method11()
//{ // JavadocStyle should not report any error for this method
//}
/**
* Tags for two lines.
* <a href="some_link"
* />Link Text</a>
*/
// private void method12()
// {
// }
}