Skip to content
Snippets Groups Projects
Commit 8a0e2c57 authored by pkupczyk's avatar pkupczyk
Browse files

BIS-506: Zip file based archiver consistency checks - add toString to VerificationError

SVN: 29872
parent e8a18b60
No related branches found
No related tags found
No related merge requests found
...@@ -42,4 +42,11 @@ public class VerificationError ...@@ -42,4 +42,11 @@ public class VerificationError
{ {
return this.message; return this.message;
} }
@Override
public String toString()
{
return getMessage();
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment