A DESCRIPTION OF THE PROBLEM :
https://docs.oracle.com/javase/8/docs/api/java/time/ZoneOffset.html
static ZoneOffset MIN
Constant for the maximum supported offset.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
static ZoneOffset MIN
Constant for the minimum supported offset.
ACTUAL -
static ZoneOffset MIN
Constant for the maximum supported offset.
URL OF FAULTY DOCUMENTATION :
https://docs.oracle.com/javase/8/docs/api/java/time/ZoneOffset.html
https://docs.oracle.com/javase/8/docs/api/java/time/ZoneOffset.html
static ZoneOffset MIN
Constant for the maximum supported offset.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
static ZoneOffset MIN
Constant for the minimum supported offset.
ACTUAL -
static ZoneOffset MIN
Constant for the maximum supported offset.
URL OF FAULTY DOCUMENTATION :
https://docs.oracle.com/javase/8/docs/api/java/time/ZoneOffset.html
- duplicates
-
JDK-8143382 Copy and paste error in doc comment for java.time.ZoneOffset.MIN
- Closed
-
JDK-8170586 typo in static ZoneOffset MIN description. should be minimum not maximum
- Closed
-
JDK-8212099 DOCUMENTATION typo in ZoneOffset.MIN explanation
- Closed