MCPcopy Create free account
hub / github.com/MenoData/Time4J / checkNull

Method checkNull

base/src/main/java/net/time4j/UnitPatterns.java:428–434  ·  view source on GitHub ↗
(PluralCategory category)

Source from the content-addressed store, hash-verified

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,

Callers 3

getPatternMethod · 0.95
getPatternInPastMethod · 0.95
getPatternInFutureMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected