Example #1
0
 @ManagedOperation(description = "Prints the last (max 20) MergeIds")
 public String printMergeIdHistory() {
   return merger.getMergeIdHistory();
 }