[jsword-svn] jsword/java/limbo/org/crosswire/jsword/book/ser s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Tue Oct 5 15:03:11 MST 2004


Update of /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/ser
In directory www.crosswire.org:/tmp/cvs-serv9907/java/limbo/org/crosswire/jsword/book/ser

Modified Files:
	SerBook.java 
Log Message:
Improvments on reading SwordBookMetaData

Index: SerBook.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/ser/SerBook.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** SerBook.java	29 Sep 2004 22:21:23 -0000	1.4
--- SerBook.java	5 Oct 2004 22:03:09 -0000	1.5
***************
*** 1,7 ****
  package org.crosswire.jsword.book.ser;
  
- import java.net.MalformedURLException;
  import java.net.URL;
- import java.text.ParseException;
  import java.util.Properties;
  
--- 1,5 ----
***************
*** 147,151 ****
       * Simple ctor
       */
!     public SerBook(BookDriver driver, Properties prop, URL url) throws MalformedURLException, ParseException, BookException
      {
          BookMetaData bmd = new DefaultBookMetaData(driver, this, prop);
--- 145,149 ----
       * Simple ctor
       */
!     public SerBook(BookDriver driver, Properties prop, URL url) throws BookException
      {
          BookMetaData bmd = new DefaultBookMetaData(driver, this, prop);



More information about the jsword-svn mailing list