(DataOutput out)
| 240 | } |
| 241 | |
| 242 | private void writeDate(DataOutput out) |
| 243 | throws IOException { |
| 244 | |
| 245 | PlainDate date = (PlainDate) this.obj; |
| 246 | writeDate(date, DATE_TYPE, out); |
| 247 | |
| 248 | } |
| 249 | |
| 250 | private static void writeDate( |
| 251 | PlainDate date, |
no test coverage detected