mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8171940: Incorrect statement about an absolute value of months unit after period's normalization
Reviewed-by: bpb
This commit is contained in:
parent
7516f0284c
commit
b0e59adb6e
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -818,7 +818,7 @@ public final class Period
|
|||
* Returns a copy of this period with the years and months normalized.
|
||||
* <p>
|
||||
* This normalizes the years and months units, leaving the days unit unchanged.
|
||||
* The months unit is adjusted to have an absolute value less than 11,
|
||||
* The months unit is adjusted to have an absolute value less than 12,
|
||||
* with the years unit being adjusted to compensate. For example, a period of
|
||||
* "1 Year and 15 months" will be normalized to "2 years and 3 months".
|
||||
* <p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue