File tree 1 file changed +3
-3
lines changed
src/java.base/share/classes/java/text
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2005, 2020 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2005, 2021 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
45
45
* sorting and searching of text.
46
46
* The {@code normalize} method supports the standard normalization forms
47
47
* described in
48
- * <a href="http ://www.unicode.org/unicode/ reports/tr15/tr15-23.html ">
48
+ * <a href="https ://www.unicode.org/reports/tr15/">
49
49
* Unicode Standard Annex #15 — Unicode Normalization Forms</a>.
50
50
* <p>
51
51
* Characters with accents or other adornments can be encoded in
@@ -112,7 +112,7 @@ public final class Normalizer {
112
112
/**
113
113
* This enum provides constants of the four Unicode normalization forms
114
114
* that are described in
115
- * <a href="http ://www.unicode.org/unicode/ reports/tr15/tr15-23.html ">
115
+ * <a href="https ://www.unicode.org/reports/tr15/">
116
116
* Unicode Standard Annex #15 — Unicode Normalization Forms</a>
117
117
* and two methods to access them.
118
118
*
You can’t perform that action at this time.
0 commit comments