8326158: Javadoc for java.time.DayOfWeek#minus(long)

Reviewed-by: iris, lancea
This commit is contained in:
Naoto Sato 2024-02-21 16:53:57 +00:00
parent f0f4d63fa9
commit 64f7972a3d

@ -1,5 +1,5 @@
/*
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012, 2024, 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
@ -370,7 +370,7 @@ public enum DayOfWeek implements TemporalAccessor, TemporalAdjuster {
/**
* Returns the day-of-week that is the specified number of days before this one.
* <p>
* The calculation rolls around the start of the year from Monday to Sunday.
* The calculation rolls around the start of the week from Monday to Sunday.
* The specified period may be negative.
* <p>
* This instance is immutable and unaffected by this method call.