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

jswordcvs at crosswire.org jswordcvs at crosswire.org
Sun Mar 6 13:21:38 MST 2005


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

Modified Files:
	TabbedBookDataDisplay.java 
Log Message:
Changes to satisfy CheckStyle

Index: TabbedBookDataDisplay.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/display/tab/TabbedBookDataDisplay.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** TabbedBookDataDisplay.java	6 Mar 2005 04:55:44 -0000	1.15
--- TabbedBookDataDisplay.java	6 Mar 2005 20:21:36 -0000	1.16
***************
*** 389,413 ****
       * A list of all the HyperlinkListeners
       */
!     private transient List hyperlis = null;
  
      /**
       * The passage that we are displaying (in one or more tabs)
       */
!     private Passage key = null;
  
      /**
       * The verses that we have not created tabs for yet
       */
!     private Passage waiting = null;
  
      /**
       * The version used for display
       */
!     private Book book = null;
  
      /**
       * Are we using tabs?
       */
!     private boolean tabs = false;
  
      /**
--- 389,413 ----
       * A list of all the HyperlinkListeners
       */
!     private transient List hyperlis;
  
      /**
       * The passage that we are displaying (in one or more tabs)
       */
!     private Passage key;
  
      /**
       * The verses that we have not created tabs for yet
       */
!     private Passage waiting;
  
      /**
       * The version used for display
       */
!     private Book book;
  
      /**
       * Are we using tabs?
       */
!     private boolean tabs;
  
      /**
***************
*** 419,423 ****
       * If we are not using tabs, this is the main view
       */
!     private BookDataDisplay pnlView = null;
  
      /**
--- 419,423 ----
       * If we are not using tabs, this is the main view
       */
!     private BookDataDisplay pnlView;
  
      /**
***************
*** 429,433 ****
       * Pointer to whichever of the above is currently in use
       */
!     private Component center = null;
  
      /**
--- 429,433 ----
       * Pointer to whichever of the above is currently in use
       */
!     private Component center;
  
      /**



More information about the jsword-svn mailing list