[jsword-svn]
jsword/java/jsword/org/crosswire/jsword/book/filter/gbf s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Sat Aug 13 07:41:43 MST 2005
Update of /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/gbf
In directory www.crosswire.org:/tmp/cvs-serv27888/java/jsword/org/crosswire/jsword/book/filter/gbf
Modified Files:
GBFTags.java
Log Message:
Split getOSISName into getOsisRef and getOsisID, since these are different.
Index: GBFTags.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/gbf/GBFTags.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** GBFTags.java 27 Jul 2005 23:25:46 -0000 1.6
--- GBFTags.java 13 Aug 2005 14:41:41 -0000 1.7
***************
*** 116,120 ****
{
Passage ref = (Passage) KEY_FACTORY.getKey(refstr);
! seg.setAttribute(OSISUtil.ATTRIBUTE_REFERENCE_OSISREF, ref.getOSISName());
}
catch (NoSuchKeyException ex)
--- 116,120 ----
{
Passage ref = (Passage) KEY_FACTORY.getKey(refstr);
! seg.setAttribute(OSISUtil.ATTRIBUTE_REFERENCE_OSISREF, ref.getOsisRef());
}
catch (NoSuchKeyException ex)
More information about the jsword-svn
mailing list