mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8242230: Whitespace typos, relaxed javadoc, formatting
Reviewed-by: darcy, igerasim
This commit is contained in:
parent
59684e10d1
commit
4c4271f283
19 changed files with 52 additions and 53 deletions
|
@ -235,7 +235,7 @@ import sun.util.spi.CalendarProvider;
|
|||
* originally set to August 31, 1999. Calling <code>set(Calendar.MONTH,
|
||||
* Calendar.SEPTEMBER)</code> sets the date to September 31,
|
||||
* 1999. This is a temporary internal representation that resolves to
|
||||
* October 1, 1999 if {@code getTime()}is then called. However, a
|
||||
* October 1, 1999 if {@code getTime()} is then called. However, a
|
||||
* call to {@code set(Calendar.DAY_OF_MONTH, 30)} before the call to
|
||||
* {@code getTime()} sets the date to September 30, 1999, since
|
||||
* no recomputation occurs after {@code set()} itself.</p>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2003, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2003, 2020, 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
|
||||
|
@ -767,7 +767,7 @@ import sun.util.locale.provider.ResourceBundleBasedAdapter;
|
|||
* {@code toString()} method.
|
||||
*
|
||||
* <p> If the {@code '#'} flag is given and the argument is not a {@link
|
||||
* Formattable} , then a {@link FormatFlagsConversionMismatchException}
|
||||
* Formattable}, then a {@link FormatFlagsConversionMismatchException}
|
||||
* will be thrown.
|
||||
*
|
||||
* <tr><th scope="row" style="vertical-align:top"> {@code 'S'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue