mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8280534: Enable compile-time doclint reference checking
Reviewed-by: serb, naoto, mchung, lancea, iris
This commit is contained in:
parent
4191b2b9b9
commit
4dbebb62aa
21 changed files with 28 additions and 7 deletions
|
@ -75,7 +75,7 @@ import java.util.Set;
|
|||
* @see Annotation
|
||||
* @since 1.2
|
||||
*/
|
||||
|
||||
@SuppressWarnings("doclint:reference") // cross-module links
|
||||
public interface AttributedCharacterIterator extends CharacterIterator {
|
||||
|
||||
/**
|
||||
|
|
|
@ -125,6 +125,7 @@ public final class Bidi {
|
|||
* @see java.desktop/java.awt.font.TextAttribute#NUMERIC_SHAPING
|
||||
* @see java.desktop/java.awt.font.TextAttribute#RUN_DIRECTION
|
||||
*/
|
||||
@SuppressWarnings("doclint:reference") // cross-module links
|
||||
public Bidi(AttributedCharacterIterator paragraph) {
|
||||
if (paragraph == null) {
|
||||
throw new IllegalArgumentException("paragraph is null");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue