mirror of https://github.com/apache/lucene.git
javadoc spell fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@808251 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4e34506ba2
commit
56b27dafe2
|
@ -31,7 +31,7 @@ import java.util.Arrays;
|
|||
|
||||
/**
|
||||
* This is a subclass of RAMDirectory that adds methods
|
||||
* intented to be used only by unit tests.
|
||||
* intended to be used only by unit tests.
|
||||
* @version $Id: RAMDirectory.java 437897 2006-08-29 01:13:10Z yonik $
|
||||
*/
|
||||
|
||||
|
@ -95,7 +95,7 @@ public class MockRAMDirectory extends RAMDirectory {
|
|||
}
|
||||
|
||||
/** Simulates a crash of OS or machine by overwriting
|
||||
* unsycned files. */
|
||||
* unsynced files. */
|
||||
public synchronized void crash() throws IOException {
|
||||
crashed = true;
|
||||
openFiles = new HashMap();
|
||||
|
|
Loading…
Reference in New Issue