aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/gui/parsetreetablepresentation/InputParseTreeTablePresentation.java
blob: 788fe268625b083e3fde9d383140cd03f120364d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
* class javadoc
*/
class InputParseTreeTablePresentation {

    /** attribute javadoc*/
    int attribute;

    /**
    * method javadoc
    */
    public void method() { 
        /* just comment */
    }

}