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:
Michael McCandless 2010-05-05 11:45:57 +00:00
parent 26f4756511
commit 0a66653baa
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ import java.io.IOException;
/**
* A memory-resident {@link IndexOutput} implementation.
*
* @lucene.internal
*/
public class RAMOutputStream extends IndexOutput {