Exemplo n.º 1
0
 /**
  * Determines how many messages are in the correlation group
  *
  * @param size the total messages in this group or -1 if the size is not known
  */
 public void setCorrelationGroupSize(int size) {
   adapter.setCorrelationGroupSize(size);
 }