Beispiel #1
0
 /**
  * Increases the number of matches
  *
  * @param num is the number of matches to be increased.
  */
 public void increaseNumberMatches(int num) {
   parameters.increaseNumberMatches(num);
 } // end increaseNumberMatches