RED-7918 - RM-62: "Last Modified" date not updated after change - fix pmd issues #224
@ -675,8 +675,6 @@ public class DossierTemplateImportService {
|
||||
private List<String> readEntries(byte[] bytes) {
|
||||
|
||||
ByteArrayInputStream bInput = new ByteArrayInputStream(bytes);
|
||||
DataInputStream in = new DataInputStream(bInput);
|
||||
List<String> entries = new ArrayList<>();
|
||||
try (BufferedReader br = new BufferedReader(new InputStreamReader(bInput, StandardCharsets.UTF_8))) {
|
||||
return br.lines().collect(Collectors.toList());
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user