doc: Fix JavaDoc comments (#3338)

This commit is contained in:
Michael Simons 2016-07-04 20:09:52 +02:00 committed by Roman Ivanov
parent 7683e0413b
commit a2117301de
1 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ import com.puppycrawl.tools.checkstyle.utils.CommonUtils;
* <pre>
* &lt;module name="Translation"&gt;
* &lt;property name="baseName" value="^ButtonLabels.*$"/&gt;
* &lt;module/&gt;
* &lt;/module&gt;
* </pre>
* <p>To configure the check to check only files which have '.properties' and '.translations'
* extensions:
@ -81,7 +81,7 @@ import com.puppycrawl.tools.checkstyle.utils.CommonUtils;
* <pre>
* &lt;module name="Translation"&gt;
* &lt;property name="fileExtensions" value="properties, translations"/&gt;
* &lt;module/&gt;
* &lt;/module&gt;
* </pre>
*
* <p><b>requiredTranslations</b> which allows to specify language codes of required translations