8146691: @since 9 tag missing for System.getLogger

Reviewed-by: chegar
This commit is contained in:
Daniel Fuchs 2016-01-08 17:39:00 +01:00
parent 102356ccab
commit 7ec6ed7ce4

View File

@ -1535,6 +1535,8 @@ public final class System {
* @return an instance of {@link Logger} that can be used by the calling
* class.
* @throws NullPointerException if {@code name} is {@code null}.
*
* @since 9
*/
@CallerSensitive
public static Logger getLogger(String name) {
@ -1572,6 +1574,8 @@ public final class System {
* resource bundle for message localization.
* @throws NullPointerException if {@code name} is {@code null} or
* {@code bundle} is {@code null}.
*
* @since 9
*/
@CallerSensitive
public static Logger getLogger(String name, ResourceBundle bundle) {