1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-14 23:54:52 +02:00

Fix comment checkstyle rule description

This commit is contained in:
vanitasvitae 2017-11-20 16:16:55 +01:00
parent 9e11b68144
commit cc94cb8ea2
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -62,7 +62,7 @@
</module>
<module name="RegexpSingleline">
<property name="format" value="^\s*//[^\s]"/>
<property name="message" value="Comment start ('\\') followed by non-space character. You would not continue after a punctuation without a space, would you?"/>
<property name="message" value="Comment start ('//') followed by non-space character. You would not continue after a punctuation without a space, would you?"/>
</module>
<module name="JavadocPackage"/>
<module name="TreeWalker">