diff --git a/src/java.base/share/classes/java/time/DayOfWeek.java b/src/java.base/share/classes/java/time/DayOfWeek.java index 43dc3aa9c1b..ba3107ef7de 100644 --- a/src/java.base/share/classes/java/time/DayOfWeek.java +++ b/src/java.base/share/classes/java/time/DayOfWeek.java @@ -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. *
- * 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. *
* This instance is immutable and unaffected by this method call.