am 71400359: Fix a missing initialization
* commit '7140035932ec98ce003b6b7a5100a0aca501505f': Fix a missing initializationmain
commit
b34aee54a1
|
@ -82,8 +82,10 @@ public final class SpacingAndPunctuations {
|
|||
mSortedSymbolsClusteringTogether = model.mSortedSymbolsClusteringTogether;
|
||||
mSortedWordConnectors = model.mSortedWordConnectors;
|
||||
mSortedWordSeparators = overrideSortedWordSeparators;
|
||||
mSortedSentenceTerminators = model.mSortedSentenceTerminators;
|
||||
mSuggestPuncList = model.mSuggestPuncList;
|
||||
mSentenceSeparator = model.mSentenceSeparator;
|
||||
mAbbreviationMarker = model.mAbbreviationMarker;
|
||||
mSentenceSeparatorAndSpace = model.mSentenceSeparatorAndSpace;
|
||||
mCurrentLanguageHasSpaces = model.mCurrentLanguageHasSpaces;
|
||||
mUsesAmericanTypography = model.mUsesAmericanTypography;
|
||||
|
|
Loading…
Reference in New Issue