&& forwardsPartialTrie.equals(other.forwardsPartialTrie);
}
+ @Override
+ public int hashCode() {
+ assert false : "hashCode not designed";
+ return -1; // arbitrary constant
+ }
+
@Override
public Object clone() {
SimpleFilteredSentenceBreakIterator other = (SimpleFilteredSentenceBreakIterator) super.clone();
// Now find the # of days in the month
c.roll(Calendar.DATE, false);
- final int daysInMonth = c.get(Calendar.DATE);
+ // final int daysInMonth = c.get(Calendar.DATE);
// Finally, find the end of the month, i.e. the start of the next one
c.roll(Calendar.DATE, true);