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;
|
mSortedSymbolsClusteringTogether = model.mSortedSymbolsClusteringTogether;
|
||||||
mSortedWordConnectors = model.mSortedWordConnectors;
|
mSortedWordConnectors = model.mSortedWordConnectors;
|
||||||
mSortedWordSeparators = overrideSortedWordSeparators;
|
mSortedWordSeparators = overrideSortedWordSeparators;
|
||||||
|
mSortedSentenceTerminators = model.mSortedSentenceTerminators;
|
||||||
mSuggestPuncList = model.mSuggestPuncList;
|
mSuggestPuncList = model.mSuggestPuncList;
|
||||||
mSentenceSeparator = model.mSentenceSeparator;
|
mSentenceSeparator = model.mSentenceSeparator;
|
||||||
|
mAbbreviationMarker = model.mAbbreviationMarker;
|
||||||
mSentenceSeparatorAndSpace = model.mSentenceSeparatorAndSpace;
|
mSentenceSeparatorAndSpace = model.mSentenceSeparatorAndSpace;
|
||||||
mCurrentLanguageHasSpaces = model.mCurrentLanguageHasSpaces;
|
mCurrentLanguageHasSpaces = model.mCurrentLanguageHasSpaces;
|
||||||
mUsesAmericanTypography = model.mUsesAmericanTypography;
|
mUsesAmericanTypography = model.mUsesAmericanTypography;
|
||||||
|
|
Loading…
Reference in New Issue