Repository: activemq-artemis Updated Branches: refs/heads/master 6665e5837 -> 25fc24dfa
Update URL to checkstyle checks documentation Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/ff79af31 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/ff79af31 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/ff79af31 Branch: refs/heads/master Commit: ff79af3117f2896df2a380fda6c92c859b783cbd Parents: 6665e58 Author: Ville Skyttä <[email protected]> Authored: Sun Aug 16 15:22:49 2015 +0300 Committer: Ville Skyttä <[email protected]> Committed: Sun Aug 16 15:22:49 2015 +0300 ---------------------------------------------------------------------- etc/checkstyle.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/ff79af31/etc/checkstyle.xml ---------------------------------------------------------------------- diff --git a/etc/checkstyle.xml b/etc/checkstyle.xml index 11deca6..ab59aef 100644 --- a/etc/checkstyle.xml +++ b/etc/checkstyle.xml @@ -23,7 +23,7 @@ under the License. "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd"> -<!-- See http://checkstyle.sourceforge.net/availablechecks.html for documentation on available checks --> +<!-- See http://checkstyle.sourceforge.net/checks.html for documentation on available checks --> <module name="Checker"> <!-- Checks to see if a file contains a tab character. --> <module name="FileTabCharacter">
