Skip to content

Commit cb100d7

Browse files
committed
Feedback doc
1 parent 2aed3ea commit cb100d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

documentation/src/docs/asciidoc/user-guide/writing-tests.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3827,8 +3827,8 @@ include::{testDir}/example/AutoCloseDemo.java[tags=user_guide_example]
38273827
<2> `WebClient` implements `java.lang.AutoCloseable` which defines a `close()` method that
38283828
will be invoked after each `@Test` method.
38293829

3830-
[[writing-tests-built-in-extensions-DefaultLocalAndTimezone]]
3831-
==== The @DefaultLocal and @DefaultTimezone Extensions
3830+
[[writing-tests-built-in-extensions-DefaultLocaleAndTimeZone]]
3831+
==== The @DefaultLocale and @DefaultTimeZone Extensions
38323832

38333833
----
38343834
include::{testDir}/example/DefaultLocaleTimezoneExtensionDemo.java[tags=default_locale_language]
@@ -3840,14 +3840,14 @@ After the annotated element has been executed, the initial default value is rest
38403840

38413841
===== `@DefaultLocale`
38423842

3843-
The default `Locale` can be specified using an https://docs.oracle.com/javase/8/docs/api/java/util/Locale.html#forLanguageTag-java.lang.String-[IETF BCP 47 language tag string]
3843+
The default `Locale` can be specified using an {jdk-javadoc-base-url}/java.base/java/util/Locale.html#forLanguageTag-java.lang.String-[IETF BCP 47 language tag string]
38443844

38453845
[source,java,indent=0]
38463846
----
38473847
include::{testDir}/example/DefaultLocaleTimezoneExtensionDemo.java[tags=default_locale_language]
38483848
----
38493849

3850-
Alternatively the default `Locale` can be created using the following attributes of which a https://docs.oracle.com/javase/8/docs/api/java/util/Locale.Builder.html[Locale Builder] can create an instance with:
3850+
Alternatively the default `Locale` can be created using the following attributes of which a {jdk-javadoc-base-url}/java.base/java/util/Locale.Builder.html[Locale Builder] can create an instance with:
38513851

38523852
* `language` or
38533853
* `language` and `country` or

0 commit comments

Comments
 (0)