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

jswordcvs at crosswire.org jswordcvs at crosswire.org
Sat Jan 15 05:05:39 MST 2005


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

Modified Files:
	BooksComboBoxModel.java 
Log Message:
general tidy-ups

Index: BooksComboBoxModel.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/book/BooksComboBoxModel.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** BooksComboBoxModel.java	9 Sep 2004 20:15:57 -0000	1.5
--- BooksComboBoxModel.java	15 Jan 2005 12:05:37 -0000	1.6
***************
*** 10,14 ****
   * The BibleModels class implements a number of swing DataModels
   * and gives access to the list of current Bibles.
!  * 
   * <p><table border='1' cellPadding='3' cellSpacing='0'>
   * <tr><td bgColor='white' class='TableRowColor'><font size='-7'>
--- 10,14 ----
   * The BibleModels class implements a number of swing DataModels
   * and gives access to the list of current Bibles.
!  *
   * <p><table border='1' cellPadding='3' cellSpacing='0'>
   * <tr><td bgColor='white' class='TableRowColor'><font size='-7'>
***************
*** 49,52 ****
--- 49,54 ----
          super(filter);
  
+         postCacheData();
+ 
          if (getSize() > 0)
          {
***************
*** 107,114 ****
       * @see org.crosswire.bibledesktop.book.BooksListModel#cacheData()
       */
!     protected void cacheData()
      {
-         super.cacheData();
- 
          // Find the previously selected item
          boolean found = false;
--- 109,114 ----
       * @see org.crosswire.bibledesktop.book.BooksListModel#cacheData()
       */
!     protected final synchronized void postCacheData()
      {
          // Find the previously selected item
          boolean found = false;
***************
*** 141,143 ****
--- 141,148 ----
       */
      protected BookMetaData current;
+ 
+     /**
+      * Serialization ID
+      */
+     private static final long serialVersionUID = 3906362740397388593L;
  }



More information about the jsword-svn mailing list