File tree Expand file tree Collapse file tree
src/java.logging/share/classes/java/util/logging Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2000, 2017 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2000, 2018 , Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
3838 * <p>
3939 * <a id="formatting">
4040 * <b>Configuration:</b></a>
41- * The {@code SimpleFormatter} is initialized with the
42- * <a href="../Formatter.html#syntax">format string</a>
41+ * The {@code SimpleFormatter} is initialized with the format string
4342 * specified in the {@code java.util.logging.SimpleFormatter.format}
4443 * property to {@linkplain #format(LogRecord) format} the log messages.
4544 * This property can be defined
@@ -69,8 +68,7 @@ static String getLoggingProperty(String name) {
6968 /**
7069 * Format the given LogRecord.
7170 * <p>
72- * The formatting can be customized by specifying the
73- * <a href="../Formatter.html#syntax">format string</a>
71+ * The formatting can be customized by specifying the format string
7472 * in the <a href="#formatting">
7573 * {@code java.util.logging.SimpleFormatter.format}</a> property.
7674 * The given {@code LogRecord} will be formatted as if by calling:
You can’t perform that action at this time.
0 commit comments