various fixes

This commit is contained in:
Loredana Crusoveanu
2022-06-01 16:19:28 +03:00
parent fcdf53f3e4
commit 9fdde5c323
5 changed files with 36 additions and 13 deletions
@@ -79,9 +79,7 @@ public class FileLocks {
while (buffer.hasRemaining()) {
channel.write(buffer, channel.size());
}
LOG.debug("This was written to the file");
Files.lines(path)
.forEach(LOG::debug);
return lock;
}
}