diff options
Diffstat (limited to 'java/java-checkstyle/pkg-descr')
-rw-r--r-- | java/java-checkstyle/pkg-descr | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/java/java-checkstyle/pkg-descr b/java/java-checkstyle/pkg-descr deleted file mode 100644 index 7125e6e66e09..000000000000 --- a/java/java-checkstyle/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Checkstyle is a development tool to help programmers write Java code -that adheres to a coding standard. It automates the process of -checking Java code to spare humans of this boring (but important) -task. This makes it ideal for projects that want to enforce a coding -standard. - -Checkstyle can be used as either a commandline utility or as an -Ant task. - -WWW: http://checkstyle.sourceforge.net/ |