Example #1
0
 private void decorate(INewsgroup newsgroup, IDecoration decoration) {
   Debug.log(
       this.getClass(),
       "Decorating newsgroup: "
           + newsgroup.getNewsgroupName()
           + " - "
           + newsgroup.getArticleCount());
   decoration.addSuffix(" (" + newsgroup.getArticleCount() + ")");
 }