am 71400359: Fix a missing initialization

* commit '7140035932ec98ce003b6b7a5100a0aca501505f':
  Fix a missing initialization
main
Jean Chalard 2014-09-08 13:52:04 +00:00 committed by Android Git Automerger
commit b34aee54a1
1 changed files with 2 additions and 0 deletions

View File

@ -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;