File tree 1 file changed +2
-2
lines changed
src/java.base/share/classes/java/util
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 1994, 2023 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 1994, 2024 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
@@ -1012,7 +1012,7 @@ public int hashCode() {
1012
1012
* <li>{@code mm} is the minute within the hour ({@code 00} through
1013
1013
* {@code 59}), as two decimal digits.
1014
1014
* <li>{@code ss} is the second within the minute ({@code 00} through
1015
- * {@code 61}, as two decimal digits.
1015
+ * {@code 61}) , as two decimal digits.
1016
1016
* <li>{@code zzz} is the time zone (and may reflect daylight saving
1017
1017
* time). Standard time zone abbreviations include those
1018
1018
* recognized by the method {@code parse}. If time zone
You can’t perform that action at this time.
0 commit comments