aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/gui/codeselectorpresentation/InputCodeSelectorPresentation.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/com/puppycrawl/tools/checkstyle/gui/codeselectorpresentation/InputCodeSelectorPresentation.java')
-rw-r--r--src/test/resources/com/puppycrawl/tools/checkstyle/gui/codeselectorpresentation/InputCodeSelectorPresentation.java16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/test/resources/com/puppycrawl/tools/checkstyle/gui/codeselectorpresentation/InputCodeSelectorPresentation.java b/src/test/resources/com/puppycrawl/tools/checkstyle/gui/codeselectorpresentation/InputCodeSelectorPresentation.java
new file mode 100644
index 000000000..f5f557786
--- /dev/null
+++ b/src/test/resources/com/puppycrawl/tools/checkstyle/gui/codeselectorpresentation/InputCodeSelectorPresentation.java
@@ -0,0 +1,16 @@
+/**
+* class javadoc
+*/
+class InputCodeSelectorPresentation {
+
+ /** attribute javadoc*/
+ int attribute;
+
+ /**
+ * method javadoc
+ */
+ public void method() {
+ /* just comment */
+ }
+
+}