Fix a missing initialization
Change-Id: I14a35f5a38b6e0f48c95cbb8c0c6e4507cd61fa7main
parent
1cf2acd8de
commit
7140035932
|
@ -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