doc: Fix JavaDoc comments (#3338)
This commit is contained in:
parent
7683e0413b
commit
a2117301de
|
|
@ -73,7 +73,7 @@ import com.puppycrawl.tools.checkstyle.utils.CommonUtils;
|
|||
* <pre>
|
||||
* <module name="Translation">
|
||||
* <property name="baseName" value="^ButtonLabels.*$"/>
|
||||
* <module/>
|
||||
* </module>
|
||||
* </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>
|
||||
* <module name="Translation">
|
||||
* <property name="fileExtensions" value="properties, translations"/>
|
||||
* <module/>
|
||||
* </module>
|
||||
* </pre>
|
||||
*
|
||||
* <p><b>requiredTranslations</b> which allows to specify language codes of required translations
|
||||
|
|
|
|||
Loading…
Reference in New Issue