spelling: PR instructions, YOU --> YOUR
This commit is contained in:
parent
de1187ba2f
commit
79f9065198
|
|
@ -1,19 +1,19 @@
|
|||
/var/tmp $ javac YOUR_FILE.java
|
||||
[[PLACE YOU OUTPUT HERE]]
|
||||
[[PLACE YOUR OUTPUT HERE]]
|
||||
|
||||
/var/tmp $ cat YOUR_FILE.java
|
||||
[[PLACE YOU OUTPUT HERE]]
|
||||
|
||||
/var/tmp $ cat config.xml
|
||||
[[PLACE YOU OUTPUT HERE]]
|
||||
[[PLACE YOUR OUTPUT HERE]]
|
||||
|
||||
/var/tmp $ java -jar checkstyle-X.XX-all.jar -c config.xml YOUR_FILE.java
|
||||
[[PLACE YOU OUTPUT HERE]]
|
||||
[[PLACE YOUR OUTPUT HERE]]
|
||||
|
||||
---------------
|
||||
|
||||
Describe what you expect in details.
|
||||
Describe what you expect in detail.
|
||||
|
||||
--------------
|
||||
|
||||
Still not clear ??? - see example - http://checkstyle.sourceforge.net/report_issue.html#How_to_report_a_bug
|
||||
Still not clear ??? - see example - http://checkstyle.sourceforge.net/report_issue.html#How_to_report_a_bug
|
||||
|
|
|
|||
Loading…
Reference in New Issue