View Javadoc
1   package org.checkstyle.suppressionxpathfilter.todocomment;
2   
3   public class InputXpathTodoCommentBlock {
4       /* // warn
5        * FIXME:
6        * TODO
7        */
8   }