()
| 2514 | * @see #parsePeriod(String) |
| 2515 | */ |
| 2516 | @Override |
| 2517 | public String toString() { |
| 2518 | |
| 2519 | return this.toString(PRINT_STYLE_NORMAL); |
| 2520 | |
| 2521 | } |
| 2522 | |
| 2523 | /** |
| 2524 | * <p>Gets a canonical representation which starts with the letter |
no test coverage detected