Mercurial > pub > ImplabNet
diff Implab/Automaton/MapAlphabet.cs @ 236:302ca905c19e v2
JsonReader optimizations
author | cin |
---|---|
date | Tue, 21 Nov 2017 14:57:58 +0300 |
parents | b2b6a6640aa3 |
children |
line wrap: on
line diff
--- a/Implab/Automaton/MapAlphabet.cs Thu Oct 05 09:24:49 2017 +0300 +++ b/Implab/Automaton/MapAlphabet.cs Tue Nov 21 14:57:58 2017 +0300 @@ -54,7 +54,7 @@ return cls; if (!m_supportUnclassified) throw new ArgumentOutOfRangeException("symbol", "The specified symbol isn't in the alphabet"); - return AutomatonConst.UNCLASSIFIED_INPUT; + return AutomatonConst.UnclassifiedInput; } public int Count {