Skip to content
Snippets Groups Projects
Commit 9c7dfe7a authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- minor: removed empty line

parent 0d7c446e
No related branches found
No related tags found
No related merge requests found
...@@ -245,7 +245,6 @@ public class SLUBStoragePlugin extends AbstractStorageHandler { ...@@ -245,7 +245,6 @@ public class SLUBStoragePlugin extends AbstractStorageHandler {
file = new RandomAccessFile(this.parameters.get("DIR_ROOT") + storedEntityIdentifier, "r"); file = new RandomAccessFile(this.parameters.get("DIR_ROOT") + storedEntityIdentifier, "r");
file.seek(start); file.seek(start);
file.readFully(bytes, 0, (int)(end - start + 1L)); file.readFully(bytes, 0, (int)(end - start + 1L));
} }
// catch (FileNotFoundException e) { // catch (FileNotFoundException e) {
// log.error("SLUBStoragePlugin.retrieveEntitybyRange(), file not found, " + e.getMessage()); // log.error("SLUBStoragePlugin.retrieveEntitybyRange(), file not found, " + e.getMessage());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment