コード例 #1
0
 public String getMetricSeparator(PmiStatsType pmiStatsType) {
   if (pmiStatsType.isSeparateMetric()) {
     return ".";
   } else {
     return "_";
   }
 }