public void setLetterCaseStrategy(LetterCaseStrategy newValue)
 {
     wrappedConfiguration.set(AppProperties.LETTER_CASE_STRATEGY_KEY, newValue);
 }
示例#2
0
 public void setLetterCaseStrategy(LetterCaseStrategy newValue)
 {
     wrappedConfiguration.set(AppProperties.LETTER_CASE_STRATEGY_KEY, newValue);
 }