Make FSIndexInput and FSIndexOutput inner classes of FSDirectory ----------------------------------------------------------------
Key: LUCENE-869 URL: https://issues.apache.org/jira/browse/LUCENE-869 Project: Lucene - Java Issue Type: Improvement Components: Store Reporter: Michael Busch Assigned To: Michael Busch Priority: Trivial I would like make FSIndexInput and FSIndexOutput protected, static, inner classes of FSDirectory. Currently these classes are located in the same source file as FSDirectory, which means that classes outside the store package can not extend them. I don't see any performance impacts or other side effects of this trivial patch. All unit tests pass. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]