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

- fixed javadoc

parent 710d2837
No related branches found
No related tags found
No related merge requests found
...@@ -356,8 +356,8 @@ public class SLUBVirusCheckClamAVPlugin implements VirusCheckPluginV2 { ...@@ -356,8 +356,8 @@ public class SLUBVirusCheckClamAVPlugin implements VirusCheckPluginV2 {
/** result of last scan /** result of last scan
* *
* @return 0 if last scan passed (means: virus free) * @return 0 if last scan passed (means: virus free)
* @return 1 if last scan found a virus * 1 if last scan found a virus
* @return >1 if last scan result is undetermined * >1 if last scan result is undetermined
*/ */
public int isVirusFree() { public int isVirusFree() {
return (getStatus().ordinal()); return (getStatus().ordinal());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment