[jsword-svn] bibledesktop/java/main/org/crosswire/bibledesktop/display s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Sun Nov 28 14:36:06 MST 2004


Update of /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/display
In directory www.crosswire.org:/tmp/cvs-serv11205/java/main/org/crosswire/bibledesktop/display

Modified Files:
	URLEvent.java 
Log Message:
intellij refactor - safe

Index: URLEvent.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/display/URLEvent.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** URLEvent.java	2 Sep 2004 17:44:46 -0000	1.1
--- URLEvent.java	28 Nov 2004 21:36:04 -0000	1.2
***************
*** 29,33 ****
  public class URLEvent extends EventObject
  {
!     /**
       * For when a command has been made
       * @param source The thing that started this off
--- 29,33 ----
  public class URLEvent extends EventObject
  {
! 	/**
       * For when a command has been made
       * @param source The thing that started this off
***************
*** 59,61 ****
--- 59,66 ----
      private String protocol;
      private String url;
+ 
+     /**
+      * Serialization ID
+      */
+     private static final long serialVersionUID = 3978710575457187634L;
  }



More information about the jsword-svn mailing list