/* */ {
/* 129 */ log.warn("warn: statistics formatter not found, setting to " + this.statisticsFormatter);
/* 130 */ formatter = new JBossDefaultSubPoolStatisticFormatter();
/* */ }
/* */
/* 134 */ return formatter.formatStatistics(stats);
/* */ }
/* */
/* */ @ManagementOperation(description="Obtain a formatted statistics report", impact=ManagedOperation.Impact.ReadOnly)
/* */ public Object listFormattedSubPoolStatistics()
/* */ {