Trivial dep update; code tweak

This commit is contained in:
Sean Owen 2018-01-30 20:56:08 -06:00
parent 9a362fc159
commit 845ebf4af7
2 changed files with 2 additions and 2 deletions

View file

@ -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>() {

View file

@ -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>