Skip to content

Commit 67b9a08

Browse files
committed
8333586: Improve syntax of @see tags in javax.lang.model
Reviewed-by: iris, jjg
1 parent 244f6ac commit 67b9a08

36 files changed

+104
-104
lines changed

src/java.compiler/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor14.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019, 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2019, 2024, 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
@@ -36,8 +36,8 @@
3636
* @param <R> the return type of this visitor's methods
3737
* @param <P> the type of the additional parameter to this visitor's methods.
3838
*
39-
* @see <a href="AbstractAnnotationValueVisitor6.html#note_for_subclasses">
40-
* <strong>Compatibility note for subclasses</strong></a>
39+
* @see AbstractAnnotationValueVisitor6##note_for_subclasses
40+
* <strong>Compatibility note for subclasses</strong>
4141
* @see AbstractAnnotationValueVisitor6
4242
* @see AbstractAnnotationValueVisitor7
4343
* @see AbstractAnnotationValueVisitor8

src/java.compiler/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor7.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2010, 2024, 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
@@ -37,8 +37,8 @@
3737
* @param <R> the return type of this visitor's methods
3838
* @param <P> the type of the additional parameter to this visitor's methods.
3939
*
40-
* @see <a href="AbstractAnnotationValueVisitor6.html#note_for_subclasses">
41-
* <strong>Compatibility note for subclasses</strong></a>
40+
* @see AbstractAnnotationValueVisitor6##note_for_subclasses"
41+
* <strong>Compatibility note for subclasses</strong>
4242
* @see AbstractAnnotationValueVisitor6
4343
* @see AbstractAnnotationValueVisitor8
4444
* @see AbstractAnnotationValueVisitor9

src/java.compiler/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor8.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2011, 2024, 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
@@ -37,8 +37,8 @@
3737
* @param <R> the return type of this visitor's methods
3838
* @param <P> the type of the additional parameter to this visitor's methods.
3939
*
40-
* @see <a href="AbstractAnnotationValueVisitor6.html#note_for_subclasses">
41-
* <strong>Compatibility note for subclasses</strong></a>
40+
* @see AbstractAnnotationValueVisitor6##note_for_subclasses
41+
* <strong>Compatibility note for subclasses</strong>
4242
* @see AbstractAnnotationValueVisitor6
4343
* @see AbstractAnnotationValueVisitor7
4444
* @see AbstractAnnotationValueVisitor9

src/java.compiler/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor9.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2011, 2024, 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
@@ -37,8 +37,8 @@
3737
* @param <R> the return type of this visitor's methods
3838
* @param <P> the type of the additional parameter to this visitor's methods.
3939
*
40-
* @see <a href="AbstractAnnotationValueVisitor6.html#note_for_subclasses">
41-
* <strong>Compatibility note for subclasses</strong></a>
40+
* @see AbstractAnnotationValueVisitor6##note_for_subclasses
41+
* <strong>Compatibility note for subclasses</strong>
4242
* @see AbstractAnnotationValueVisitor6
4343
* @see AbstractAnnotationValueVisitor7
4444
* @see AbstractAnnotationValueVisitor8

src/java.compiler/share/classes/javax/lang/model/util/AbstractElementVisitor14.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019, 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2019, 2024, 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
@@ -42,8 +42,8 @@
4242
* methods. Use {@code Void} for visitors that do not need an
4343
* additional parameter.
4444
*
45-
* @see <a href="AbstractElementVisitor6.html#note_for_subclasses">
46-
* <strong>Compatibility note for subclasses</strong></a>
45+
* @see AbstractElementVisitor6##note_for_subclasses
46+
* <strong>Compatibility note for subclasses</strong>
4747
* @see AbstractElementVisitor6
4848
* @see AbstractElementVisitor7
4949
* @see AbstractElementVisitor8

src/java.compiler/share/classes/javax/lang/model/util/AbstractElementVisitor7.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2010, 2024, 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
@@ -41,8 +41,8 @@
4141
* methods. Use {@code Void} for visitors that do not need an
4242
* additional parameter.
4343
*
44-
* @see <a href="AbstractElementVisitor6.html#note_for_subclasses">
45-
* <strong>Compatibility note for subclasses</strong></a>
44+
* @see AbstractElementVisitor6##note_for_subclasses
45+
* <strong>Compatibility note for subclasses</strong>
4646
* @see AbstractElementVisitor6
4747
* @see AbstractElementVisitor8
4848
* @see AbstractElementVisitor9

src/java.compiler/share/classes/javax/lang/model/util/AbstractElementVisitor8.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2011, 2024, 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
@@ -41,8 +41,8 @@
4141
* methods. Use {@code Void} for visitors that do not need an
4242
* additional parameter.
4343
*
44-
* @see <a href="AbstractElementVisitor6.html#note_for_subclasses">
45-
* <strong>Compatibility note for subclasses</strong></a>
44+
* @see AbstractElementVisitor6##note_for_subclasses
45+
* <strong>Compatibility note for subclasses</strong>
4646
* @see AbstractElementVisitor6
4747
* @see AbstractElementVisitor7
4848
* @see AbstractElementVisitor9

src/java.compiler/share/classes/javax/lang/model/util/AbstractElementVisitor9.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2011, 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2011, 2024, 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
@@ -43,8 +43,8 @@
4343
* methods. Use {@code Void} for visitors that do not need an
4444
* additional parameter.
4545
*
46-
* @see <a href="AbstractElementVisitor6.html#note_for_subclasses">
47-
* <strong>Compatibility note for subclasses</strong></a>
46+
* @see AbstractElementVisitor6##note_for_subclasses
47+
* <strong>Compatibility note for subclasses</strong>
4848
* @see AbstractElementVisitor6
4949
* @see AbstractElementVisitor7
5050
* @see AbstractElementVisitor8

src/java.compiler/share/classes/javax/lang/model/util/AbstractTypeVisitor14.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019, 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2019, 2024, 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
@@ -39,8 +39,8 @@
3939
* methods. Use {@code Void} for visitors that do not need an
4040
* additional parameter.
4141
*
42-
* @see <a href="AbstractTypeVisitor6.html#note_for_subclasses">
43-
* <strong>Compatibility note for subclasses</strong></a>
42+
* @see AbstractTypeVisitor6##note_for_subclasses
43+
* <strong>Compatibility note for subclasses</strong>
4444
* @see AbstractTypeVisitor6
4545
* @see AbstractTypeVisitor7
4646
* @see AbstractTypeVisitor8

src/java.compiler/share/classes/javax/lang/model/util/AbstractTypeVisitor7.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010, 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2010, 2024, 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
@@ -41,8 +41,8 @@
4141
* methods. Use {@code Void} for visitors that do not need an
4242
* additional parameter.
4343
*
44-
* @see <a href="AbstractTypeVisitor6.html#note_for_subclasses">
45-
* <strong>Compatibility note for subclasses</strong></a>
44+
* @see AbstractTypeVisitor6##note_for_subclasses
45+
* <strong>Compatibility note for subclasses</strong>
4646
* @see AbstractTypeVisitor6
4747
* @see AbstractTypeVisitor8
4848
* @see AbstractTypeVisitor9

0 commit comments

Comments
 (0)