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

- set constructor public, explicitely

parent effe6e4e
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ public class SLUBVirusCheckClamAVPlugin implements VirusCheckPlugin { ...@@ -65,7 +65,7 @@ public class SLUBVirusCheckClamAVPlugin implements VirusCheckPlugin {
private String signature = ""; private String signature = "";
private enum Status {PASSED, FAILED}; private enum Status {PASSED, FAILED};
/** constructor */ /** constructor */
SLUBVirusCheckClamAVPlugin() { public SLUBVirusCheckClamAVPlugin() {
//log.info("SLUBVirusCheckPlugin instantiated with host=" + host + " port=" + port + " timeout=" + timeout); //log.info("SLUBVirusCheckPlugin instantiated with host=" + host + " port=" + port + " timeout=" + timeout);
System.out.println("SLUBVirusCheckPlugin instantiated"); System.out.println("SLUBVirusCheckPlugin instantiated");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment