[jsword-svn] jsword/java/jsword/org/crosswire/jsword/book/readings s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Fri Apr 1 10:09:48 MST 2005
Update of /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/readings
In directory www.crosswire.org:/tmp/cvs-serv5088/java/jsword/org/crosswire/jsword/book/readings
Modified Files:
ReadingsKey.java
Log Message:
Improved ranking, bible display and fixed a few bugs.
Index: ReadingsKey.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/readings/ReadingsKey.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** ReadingsKey.java 16 Aug 2004 22:08:44 -0000 1.10
--- ReadingsKey.java 1 Apr 2005 17:09:46 -0000 1.11
***************
*** 12,16 ****
/**
* For a readings dictionary the keys are dates.
! *
* <p><table border='1' cellPadding='3' cellSpacing='0'>
* <tr><td bgColor='white' class='TableRowColor'><font size='-7'>
--- 12,16 ----
/**
* For a readings dictionary the keys are dates.
! *
* <p><table border='1' cellPadding='3' cellSpacing='0'>
* <tr><td bgColor='white' class='TableRowColor'><font size='-7'>
***************
*** 116,119 ****
--- 116,127 ----
}
+ /* (non-Javadoc)
+ * @see java.lang.Object#clone()
+ */
+ public Object clone()
+ {
+ return super.clone();
+ }
+
/**
* The day of the year for the readings
More information about the jsword-svn
mailing list