Fix missing word. "one **which** has too many states"
This commit is contained in:
Harry Wood 2019-11-27 08:53:11 +00:00 committed by Jan Høydahl
parent 2a88b3dced
commit 451e2da779
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ package org.apache.lucene.util.automaton;
/**
* This exception is thrown when determinizing an automaton would result in one
* has too many states.
* which has too many states.
*/
public class TooComplexToDeterminizeException extends RuntimeException {
private transient final Automaton automaton;