[jsword-svn] common/java/tar/com/ice/tar s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Sun Nov 28 14:36:33 MST 2004
Update of /cvs/jsword/common/java/tar/com/ice/tar
In directory www.crosswire.org:/tmp/cvs-serv11368/java/tar/com/ice/tar
Modified Files:
InvalidHeaderException.java
Log Message:
intellij refactor - safe
Index: InvalidHeaderException.java
===================================================================
RCS file: /cvs/jsword/common/java/tar/com/ice/tar/InvalidHeaderException.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** InvalidHeaderException.java 26 Aug 2004 19:47:19 -0000 1.1
--- InvalidHeaderException.java 28 Nov 2004 21:36:31 -0000 1.2
***************
*** 25,30 ****
public class InvalidHeaderException extends IOException
{
!
! public InvalidHeaderException()
{
super();
--- 25,29 ----
public class InvalidHeaderException extends IOException
{
! public InvalidHeaderException()
{
super();
***************
*** 35,37 ****
--- 34,38 ----
super(msg);
}
+
+ private static final long serialVersionUID = 3258126959988193331L;
}
More information about the jsword-svn
mailing list