Skip to content

Commit 1e40cb4

Browse files
committed
8211960: broken links in java.util.logging
Reviewed-by: mchung, chegar
1 parent 7c3ce3a commit 1e40cb4

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

src/java.logging/share/classes/java/util/logging/SimpleFormatter.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
@@ -38,8 +38,7 @@
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:

0 commit comments

Comments
 (0)