[jsword-svn] jsword-sword/java/main/org/crosswire/sword/keys s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Mon Apr 4 17:33:07 MST 2005


Update of /cvs/jsword/jsword-sword/java/main/org/crosswire/sword/keys
In directory www.crosswire.org:/tmp/cvs-serv3223/java/main/org/crosswire/sword/keys

Modified Files:
	VerseKey.java SWKey.java 
Log Message:
Cleanup: remove unused libraries. Piddly software changes for consistency. Move unused code to limbo.

Index: SWKey.java
===================================================================
RCS file: /cvs/jsword/jsword-sword/java/main/org/crosswire/sword/keys/SWKey.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** SWKey.java	20 Apr 2004 22:29:09 -0000	1.1
--- SWKey.java	5 Apr 2005 00:33:05 -0000	1.2
***************
*** 126,131 ****
          if (ikey instanceof SWKey)
              return toString().compareTo(ikey.toString());
!         else
!             return -1;
      }
  
--- 126,130 ----
          if (ikey instanceof SWKey)
              return toString().compareTo(ikey.toString());
!         return -1;
      }
  

Index: VerseKey.java
===================================================================
RCS file: /cvs/jsword/jsword-sword/java/main/org/crosswire/sword/keys/VerseKey.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** VerseKey.java	20 Apr 2004 22:29:09 -0000	1.1
--- VerseKey.java	5 Apr 2005 00:33:05 -0000	1.2
***************
*** 331,336 ****
              return (diff == 0) ? abbrevs[target].book : -1;
          }
!         else
!             return -1;
      }
  
--- 331,335 ----
              return (diff == 0) ? abbrevs[target].book : -1;
          }
!         return -1;
      }
  



More information about the jsword-svn mailing list