mirror of
https://github.com/zxing/zxing.git
synced 2025-01-12 11:47:26 -08:00
Trivial dep update; code tweak
This commit is contained in:
parent
9a362fc159
commit
845ebf4af7
|
@ -84,7 +84,7 @@ public final class HtmlAssetTranslator {
|
||||||
}
|
}
|
||||||
|
|
||||||
private static Collection<String> parseLanguagesToTranslate(Path assetsDir,
|
private static Collection<String> parseLanguagesToTranslate(Path assetsDir,
|
||||||
CharSequence languageArg) throws IOException {
|
String languageArg) throws IOException {
|
||||||
if ("all".equals(languageArg)) {
|
if ("all".equals(languageArg)) {
|
||||||
Collection<String> languages = new ArrayList<>();
|
Collection<String> languages = new ArrayList<>();
|
||||||
DirectoryStream.Filter<Path> fileFilter = new DirectoryStream.Filter<Path>() {
|
DirectoryStream.Filter<Path> fileFilter = new DirectoryStream.Filter<Path>() {
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -457,7 +457,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.puppycrawl.tools</groupId>
|
<groupId>com.puppycrawl.tools</groupId>
|
||||||
<artifactId>checkstyle</artifactId>
|
<artifactId>checkstyle</artifactId>
|
||||||
<version>8.7</version>
|
<version>8.8</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in a new issue