LUCENE-2551: clear javadocs warning

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1076239 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2011-03-02 15:01:15 +00:00
parent d51068ffd6
commit 9eff92f1d3
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ package org.apache.lucene.util;
import java.nio.CharBuffer;
import java.nio.ByteBuffer;
import org.apache.lucene.analysis.tokenattributes.TermToBytesRefAttribute; // javadoc
/**
* Provides support for converting byte sequences to Strings and back again.