java/src/org/openantivirus/engine/censor ScanException.java,1.1,1.2 MalwareFoundException.java,1.1,1.2
Kurt Huwig <[email protected]> Thu, 03 Mar 2005 12:18:08 +0000
| Newsgroups | gmane.comp.security.virus.openantivirus.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/openantivirus/java/src/org/openantivirus/engine/censor
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25101/src/org/openantivirus/engine/censor
Modified Files:
ScanException.java MalwareFoundException.java
Log Message:
added serial version ids
Index: MalwareFoundException.java
===================================================================
RCS file: /cvsroot/openantivirus/java/src/org/openantivirus/engine/censor/MalwareFoundException.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- MalwareFoundException.java 14 Dec 2003 11:08:26 -0000 1.1
+++ MalwareFoundException.java 3 Mar 2005 12:18:05 -0000 1.2
@@ -36,6 +36,8 @@
* @version $Revision$
*/
public class MalwareFoundException extends Exception {
+ private static final long serialVersionUID = 1L;
+
private final String name;
private final VfsEntry entry;
Index: ScanException.java
===================================================================
RCS file: /cvsroot/openantivirus/java/src/org/openantivirus/engine/censor/ScanException.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ScanException.java 14 Dec 2003 11:08:26 -0000 1.1
+++ ScanException.java 3 Mar 2005 12:18:05 -0000 1.2
@@ -34,6 +34,8 @@
* @version $Revision$
*/
public class ScanException extends Exception {
+ private static final long serialVersionUID = 1L;
+
private final Exception exception;
public ScanException(Exception exception) {
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click