mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -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,
|
||||
CharSequence languageArg) throws IOException {
|
||||
String languageArg) throws IOException {
|
||||
if ("all".equals(languageArg)) {
|
||||
Collection<String> languages = new ArrayList<>();
|
||||
DirectoryStream.Filter<Path> fileFilter = new DirectoryStream.Filter<Path>() {
|
||||
|
|
Loading…
Reference in a new issue