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

Method checkMinute

base/src/main/java/net/time4j/PlainTime.java:1922–1929  ·  view source on GitHub ↗
(long minute)

Source from the content-addressed store, hash-verified

1920 }
1921
1922 private static void checkMinute(long minute) {
1923
1924 if (minute < 0 || minute > 59) {
1925 throw new IllegalArgumentException(
1926 "MINUTE_OF_HOUR out of range: " + minute);
1927 }
1928
1929 }
1930
1931 private static void checkSecond(long second) {
1932

Callers 2

PlainTimeMethod · 0.95
withValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected