Skip to content

Commit

Permalink
Improvement use variable
Browse files Browse the repository at this point in the history
  • Loading branch information
alaugks committed Oct 13, 2024
1 parent b466b5d commit 5672f97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ private void parseXliffDocuments(List<TranslationFile> xliffFiles)

XliffVersionInterface xliffVersionObject = this.supportedVersions
.stream()
.filter(o -> o.support(xliffDocument.getXliffVersion()))
.filter(o -> o.support(version))
.findFirst()
.orElse(null);

Expand Down

0 comments on commit 5672f97

Please sign in to comment.