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

    /** attribute javadoc*/
    int attribute;

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

}