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

Method checkNano

base/src/main/java/net/time4j/PlainTime.java:1940–1947  ·  view source on GitHub ↗
(int nano)

Source from the content-addressed store, hash-verified

1938 }
1939
1940 private static void checkNano(int nano) {
1941
1942 if (nano < 0 || nano >= MRD) {
1943 throw new IllegalArgumentException(
1944 "NANO_OF_SECOND out of range: " + nano);
1945 }
1946
1947 }
1948
1949 private static PlainTime createFromMillis(
1950 int millisOfDay,

Callers 1

PlainTimeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected