Converts a numeric Section into a full description String
(int i)
| 68 | |
| 69 | /** Converts a numeric Section into a full description String */ |
| 70 | public static String |
| 71 | longString(int i) { |
| 72 | sections.check(i); |
| 73 | return longSections[i]; |
| 74 | } |
| 75 | |
| 76 | /** |
| 77 | * Converts a numeric Section into a full description String for an update |