Woops, thanks! Mike McCandless
http://blog.mikemccandless.com On Sun, Jan 29, 2012 at 7:46 PM, <[email protected]> wrote: > Author: rmuir > Date: Mon Jan 30 00:46:24 2012 > New Revision: 1237515 > > URL: http://svn.apache.org/viewvc?rev=1237515&view=rev > Log: > remove @override > > Modified: > > lucene/dev/branches/branch_3x/lucene/src/java/org/apache/lucene/util/fst/FST.java > > Modified: > lucene/dev/branches/branch_3x/lucene/src/java/org/apache/lucene/util/fst/FST.java > URL: > http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/lucene/src/java/org/apache/lucene/util/fst/FST.java?rev=1237515&r1=1237514&r2=1237515&view=diff > ============================================================================== > --- > lucene/dev/branches/branch_3x/lucene/src/java/org/apache/lucene/util/fst/FST.java > (original) > +++ > lucene/dev/branches/branch_3x/lucene/src/java/org/apache/lucene/util/fst/FST.java > Mon Jan 30 00:46:24 2012 > @@ -1761,7 +1761,7 @@ public final class FST<T> { > this.count = count; > } > > - @Override > + //@Override > public int compareTo(NodeAndInCount other) { > if (count > other.count) { > return 1; > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
