[jsword-svn] jsword/java/jsword/org/crosswire/jsword/book/sword 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/sword
In directory www.crosswire.org:/tmp/cvs-serv5088/java/jsword/org/crosswire/jsword/book/sword
Modified Files:
ConfigEntryType.java RawLDBackend.java ConfigEntry.java
Log Message:
Improved ranking, bible display and fixed a few bugs.
Index: ConfigEntry.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/sword/ConfigEntry.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** ConfigEntry.java 21 Mar 2005 23:28:08 -0000 1.12
--- ConfigEntry.java 1 Apr 2005 17:09:46 -0000 1.13
***************
*** 183,187 ****
/**
* Determine whether this Config entry matches the value.
! *
* @param search the value to match against
* @return true if this ConfigEntry matches the value
--- 183,187 ----
/**
* Determine whether this Config entry matches the value.
! *
* @param search the value to match against
* @return true if this ConfigEntry matches the value
***************
*** 209,213 ****
if (type != null)
{
! aValue = type.filter(aValue);
}
aValue = handleRTF(aValue);
--- 209,213 ----
if (type != null)
{
! aValue = type.filter(aValue);
}
aValue = handleRTF(aValue);
Index: ConfigEntryType.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/sword/ConfigEntryType.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ConfigEntryType.java 21 Mar 2005 23:28:08 -0000 1.4
--- ConfigEntryType.java 1 Apr 2005 17:09:46 -0000 1.5
***************
*** 155,159 ****
return choices.contains(filter(value));
}
!
/* (non-Javadoc)
* @see org.crosswire.jsword.book.sword.ConfigEntryType#filter(java.lang.String)
--- 155,159 ----
return choices.contains(filter(value));
}
!
/* (non-Javadoc)
* @see org.crosswire.jsword.book.sword.ConfigEntryType#filter(java.lang.String)
Index: RawLDBackend.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/sword/RawLDBackend.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** RawLDBackend.java 6 Mar 2005 20:21:47 -0000 1.15
--- RawLDBackend.java 1 Apr 2005 17:09:46 -0000 1.16
***************
*** 313,316 ****
--- 313,324 ----
}
+ /* (non-Javadoc)
+ * @see java.lang.Object#clone()
+ */
+ public Object clone()
+ {
+ return super.clone();
+ }
+
protected long offset;
protected int size;
More information about the jsword-svn
mailing list