java/src/org/openantivirus/ucl PESection.java,1.1,1.2 PEHeader.java,1.1,1.2 EXEHeader.java,1.1,1.2

Kurt Huwig <[email protected]>
Newsgroups gmane.comp.security.virus.openantivirus.cvs
Message-ID <[email protected]>
Update of /cvsroot/openantivirus/java/src/org/openantivirus/ucl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20313/src/org/openantivirus/ucl

Modified Files:
	PESection.java PEHeader.java EXEHeader.java 
Log Message:
Removed unused imports
Fixed problems found by FindBugs

Index: PESection.java
===================================================================
RCS file: /cvsroot/openantivirus/java/src/org/openantivirus/ucl/PESection.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- PESection.java	13 May 2002 22:21:01 -0000	1.1
+++ PESection.java	1 May 2004 14:36:10 -0000	1.2
@@ -30,8 +30,6 @@
  * @version $Revision$
  */
 public class PESection extends CStructure {
-    public static final String VERSION =
-        "$Id$";
     
     public static final int SIZE = 40;
     

Index: PEHeader.java
===================================================================
RCS file: /cvsroot/openantivirus/java/src/org/openantivirus/ucl/PEHeader.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- PEHeader.java	13 May 2002 22:21:01 -0000	1.1
+++ PEHeader.java	1 May 2004 14:36:10 -0000	1.2
@@ -30,8 +30,6 @@
  * @version $Revision$
  */
 public class PEHeader extends CStructure {
-    public static final String VERSION =
-        "$Id$";
     
     public static final int SIZE = 248;
     

Index: EXEHeader.java
===================================================================
RCS file: /cvsroot/openantivirus/java/src/org/openantivirus/ucl/EXEHeader.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- EXEHeader.java	13 May 2002 22:21:01 -0000	1.1
+++ EXEHeader.java	1 May 2004 14:36:10 -0000	1.2
@@ -30,8 +30,6 @@
  * @version $Revision$
  */
 public class EXEHeader extends CStructure {
-    public static final String VERSION =
-        "$Id$";
 
     public static final int SIZE = 64;
     



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.