[jsword-svn] jsword/java/jsword/org/crosswire/jsword/book/search s

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


Update of /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search
In directory www.crosswire.org:/tmp/cvs-serv26524/java/jsword/org/crosswire/jsword/book/search

Modified Files:
	Msg.java IndexManagerFactory.java 
Log Message:
Changes to satisfy CheckStyle

Index: IndexManagerFactory.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/IndexManagerFactory.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** IndexManagerFactory.java	9 Oct 2004 21:45:04 -0000	1.1
--- IndexManagerFactory.java	6 Mar 2005 20:21:47 -0000	1.2
***************
*** 48,52 ****
       * The singleton
       */
!     private static IndexManager instance = null;
  
      /**
--- 48,52 ----
       * The singleton
       */
!     private static IndexManager instance;
  
      /**

Index: Msg.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/Msg.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Msg.java	9 Oct 2004 21:45:04 -0000	1.10
--- Msg.java	6 Mar 2005 20:21:47 -0000	1.11
***************
*** 29,33 ****
  class Msg extends MsgBase
  {
!     static final Msg Example = new Msg("Example.Example"); //$NON-NLS-1$
  
      /**
--- 29,33 ----
  class Msg extends MsgBase
  {
!     static final Msg EXAMPLE = new Msg("Example.Example"); //$NON-NLS-1$
  
      /**



More information about the jsword-svn mailing list