Add "not yet" comment to TEXT_BLOCKS.

This commit is contained in:
Archie L. Cobbs 2025-04-09 10:04:56 -05:00
parent f831a1081a
commit 5bb0b11431

View File

@ -372,7 +372,7 @@ public class Lint {
* Warn about issues relating to use of text blocks
*
* <p>
* This category is not supported by {@code @SuppressWarnings}.
* This category is not supported by {@code @SuppressWarnings} (yet - see JDK-8224228).
*/
TEXT_BLOCKS("text-blocks", false),