remove obselete TODO

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1490989 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2013-06-08 14:20:12 +00:00
parent 290ae62a44
commit 495a5239b6
1 changed files with 0 additions and 3 deletions

View File

@ -17,9 +17,6 @@ package org.apache.lucene.util;
* limitations under the License.
*/
// TODO: probably move this to core at some point (eg,
// cutover kuromoji, synfilter, LookaheadTokenFilter)
/** Acts like forever growing T[], but internally uses a
* circular buffer to reuse instances of T.
*