langtools/test/tools/doclint/CustomTagTest.out
author amurillo
Mon, 11 Apr 2016 20:38:38 -0700
changeset 37298 8df0cc9da41e
parent 30730 d3ce7619db2c
permissions -rw-r--r--
8154028: Several hotspot tests need to be updated after 8153737 (Unsupported Module) Reviewed-by: darcy, kvn

CustomTagTest.java:15: error: unknown tag: customTag
 * @customTag Text for a custom tag.
   ^
CustomTagTest.java:16: error: unknown tag: custom.tag
 * @custom.tag Text for another custom tag.
   ^
CustomTagTest.java:17: error: unknown tag: unknownTag
 * @unknownTag Text for an unknown tag.
   ^
3 errors