[jsword-svn] jsword/java/jsword/org/crosswire/jsword/book s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Mon Apr 4 17:33:42 MST 2005
Update of /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book
In directory www.crosswire.org:/tmp/cvs-serv3657/java/jsword/org/crosswire/jsword/book
Modified Files:
OSISUtil.java
Log Message:
Cleanup: remove unused libraries. Piddly software changes for consistency. Move unused code to limbo.
Index: OSISUtil.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/OSISUtil.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** OSISUtil.java 1 Apr 2005 17:09:46 -0000 1.12
--- OSISUtil.java 5 Apr 2005 00:33:40 -0000 1.13
***************
*** 429,443 ****
}
}
! else
{
! // So we just walk up the tree trying to find a verse
! Parent parent = ele.getParent();
! if (parent != null && parent instanceof Element)
! {
! return getVerse((Element) parent);
! }
!
! throw new BookException(Msg.MISSING_VERSE);
}
}
--- 429,440 ----
}
}
! // So we just walk up the tree trying to find a verse
! Parent parent = ele.getParent();
! if (parent != null && parent instanceof Element)
{
! return getVerse((Element) parent);
}
+
+ throw new BookException(Msg.MISSING_VERSE);
}
More information about the jsword-svn
mailing list