Revert PR #24600 (for JDK-8354447) from this branch so it's not a dependency.

This commit is contained in:
Archie L. Cobbs 2025-06-13 16:35:08 -05:00
parent 16debaa4c3
commit cde1f5ef56

View File

@ -45,13 +45,4 @@ public /** Misplaced: after mods. */ class DanglingDocCommentsClass /** Misplace
/** Good comment. */
int i = 0;
}
/** Dangling comment X */
/**
* The {@code @SuppressWarnings} annotation below retroactively
* silences the warning about "Dangling comment X".
*/
@SuppressWarnings("dangling-doc-comments")
public void m5() { }
}
}