(PluralCategory category)
| 426 | } |
| 427 | |
| 428 | private static void checkNull(PluralCategory category) { |
| 429 | |
| 430 | if (category == null) { |
| 431 | throw new NullPointerException("Missing plural category."); |
| 432 | } |
| 433 | |
| 434 | } |
| 435 | |
| 436 | private static void checkNull( |
| 437 | TextWidth width, |
no outgoing calls
no test coverage detected