Skip to content
Snippets Groups Projects
Commit de8b829c authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- minor fix

parent 2b1e5d01
No related branches found
No related tags found
No related merge requests found
...@@ -87,6 +87,7 @@ public class SLUBStoragePlugin extends AbstractStorageHandler { ...@@ -87,6 +87,7 @@ public class SLUBStoragePlugin extends AbstractStorageHandler {
return path; return path;
} }
protected class AbsolutePath { protected class AbsolutePath {
private String filestring;
public AbsolutePath( String f) throws IOException { public AbsolutePath( String f) throws IOException {
if ((!f.startsWith(getDirRoot()))) { if ((!f.startsWith(getDirRoot()))) {
String message = "SLUBStoragePlugin.AbsolutePath ='" + f + "' starts not with ROOT '" + getDirRoot() + "'"; String message = "SLUBStoragePlugin.AbsolutePath ='" + f + "' starts not with ROOT '" + getDirRoot() + "'";
...@@ -100,7 +101,6 @@ public class SLUBStoragePlugin extends AbstractStorageHandler { ...@@ -100,7 +101,6 @@ public class SLUBStoragePlugin extends AbstractStorageHandler {
} }
filestring = f; filestring = f;
} }
public String filestring;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment