Skip to content
Snippets Groups Projects
Commit 32d3b104 authored by Robert Butora's avatar Robert Butora
Browse files

servler: Search fixes typo in Setting class name

parent 93657885
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ public class VlkbServletFile ...@@ -29,7 +29,7 @@ public class VlkbServletFile
extends javax.servlet.http.HttpServlet extends javax.servlet.http.HttpServlet
{ {
String className = this.getClass().getSimpleName(); String className = this.getClass().getSimpleName();
private static final SearchSettings settings = Settings.getInstance(); private static final Settings settings = Settings.getInstance();
private boolean available; private boolean available;
private String checkDatasets(String dirName) private String checkDatasets(String dirName)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment