# HG changeset patch # User dfuchs # Date 1539689926 -3600 # Node ID 059384474ddeb88ebea15464aa6a052b6d839bcd # Parent fea91995e077ca9026ce87451ce1e3625a52a8e6 8211960: broken links in java.util.logging Reviewed-by: mchung, chegar diff -r fea91995e077 -r 059384474dde src/java.logging/share/classes/java/util/logging/SimpleFormatter.java --- a/src/java.logging/share/classes/java/util/logging/SimpleFormatter.java Tue Oct 16 11:32:49 2018 +0200 +++ b/src/java.logging/share/classes/java/util/logging/SimpleFormatter.java Tue Oct 16 12:38:46 2018 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 2018, 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 @@ -38,8 +38,7 @@ *
* * Configuration: - * The {@code SimpleFormatter} is initialized with the - * format string + * The {@code SimpleFormatter} is initialized with the format string * specified in the {@code java.util.logging.SimpleFormatter.format} * property to {@linkplain #format(LogRecord) format} the log messages. * This property can be defined @@ -69,8 +68,7 @@ /** * Format the given LogRecord. *
- * The formatting can be customized by specifying the - * format string + * The formatting can be customized by specifying the format string * in the * {@code java.util.logging.SimpleFormatter.format} property. * The given {@code LogRecord} will be formatted as if by calling: