Example #1
0
 public String getCalledAETs() {
   return calledAETs == null ? NONE : StringUtils.join(calledAETs, '\\');
 }