mirror of https://github.com/apache/lucene.git
LUCENE-2283: mark RAMOutputStream as internal
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@941258 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
26f4756511
commit
0a66653baa
|
@ -21,6 +21,8 @@ import java.io.IOException;
|
|||
|
||||
/**
|
||||
* A memory-resident {@link IndexOutput} implementation.
|
||||
*
|
||||
* @lucene.internal
|
||||
*/
|
||||
|
||||
public class RAMOutputStream extends IndexOutput {
|
||||
|
|
Loading…
Reference in New Issue