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

- minor fix

parent 2b1e5d01
Branches
No related tags found
No related merge requests found
......@@ -87,6 +87,7 @@ public class SLUBStoragePlugin extends AbstractStorageHandler {
return path;
}
protected class AbsolutePath {
private String filestring;
public AbsolutePath( String f) throws IOException {
if ((!f.startsWith(getDirRoot()))) {
String message = "SLUBStoragePlugin.AbsolutePath ='" + f + "' starts not with ROOT '" + getDirRoot() + "'";
......@@ -100,7 +101,6 @@ public class SLUBStoragePlugin extends AbstractStorageHandler {
}
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