[jsword-svn] jsword/java/jsword/org/crosswire/jsword/examples s

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


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

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

Index: APIExamples.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/examples/APIExamples.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** APIExamples.java	30 Aug 2004 09:27:08 -0000	1.17
--- APIExamples.java	5 Oct 2004 22:03:09 -0000	1.18
***************
*** 160,164 ****
          // And you can get back to the MetaData object to find out more too:
          bmd = book.getBookMetaData();
!         System.out.println(bmd.getEdition());
  
          // If you want a greater selection of Books:
--- 160,164 ----
          // And you can get back to the MetaData object to find out more too:
          bmd = book.getBookMetaData();
!         System.out.println(bmd.getLanguage());
  
          // If you want a greater selection of Books:



More information about the jsword-svn mailing list