[jsword-svn] biblemapper/java/main/org/crosswire/biblemapper/model s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Sun Nov 28 14:34:32 MST 2004


Update of /cvs/jsword/biblemapper/java/main/org/crosswire/biblemapper/model
In directory www.crosswire.org:/tmp/cvs-serv11007/java/main/org/crosswire/biblemapper/model

Modified Files:
	MapEvent.java 
Log Message:
intellij refactor - not critical

Index: MapEvent.java
===================================================================
RCS file: /cvs/jsword/biblemapper/java/main/org/crosswire/biblemapper/model/MapEvent.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** MapEvent.java	20 Apr 2004 21:10:38 -0000	1.1
--- MapEvent.java	28 Nov 2004 21:34:30 -0000	1.2
***************
*** 1,3 ****
- 
  package org.crosswire.biblemapper.model;
  
--- 1,2 ----
***************
*** 33,37 ****
  public class MapEvent extends EventObject
  {
!     /**
       * Initialize a MapEvent
       * @param source The map that started this off
--- 32,36 ----
  public class MapEvent extends EventObject
  {
! 	/**
       * Initialize a MapEvent
       * @param source The map that started this off
***************
*** 87,94 ****
      }
  
!     /** The book number */
      private int book;
  
!     /** The chapter number */
      private int chapter;
  }
--- 86,102 ----
      }
  
!     /**
!      * The book number
!      */
      private int book;
  
!     /**
!      * The chapter number
!      */
      private int chapter;
+ 
+     /**
+      * Serialization ID
+      */
+     private static final long serialVersionUID = 3258129146210301749L;
  }



More information about the jsword-svn mailing list