Exemplo n.º 1
0
 /** String representation of duration */
 @Override
 public String toString() {
   return Durations.readable(durationMS);
 }