예제 #1
0
 public int getPostMaxCharacterCount() {
   int value = config.getInt("postMaxCharacterCount", 140);
   return value;
 }