(String what)
| 1708 | * section-string for this message. |
| 1709 | */ |
| 1710 | private String toSection(String what) { |
| 1711 | if (sectionId == null) |
| 1712 | return what; |
| 1713 | else |
| 1714 | return sectionId + "." + what; |
| 1715 | } |
| 1716 | |
| 1717 | /* |
| 1718 | * Clone an array of InternetAddresses. |
no outgoing calls
no test coverage detected