langtools/test/tools/doclint/MissingThrowsTest.out
author naoto
Tue, 29 Mar 2016 17:06:33 -0700
changeset 36739 145210aba850
parent 30730 d3ce7619db2c
permissions -rw-r--r--
8152704: jlink command line output/help message improvement Reviewed-by: mchung

MissingThrowsTest.java:14: warning: no @throws for java.lang.Exception
    void missingThrows() throws Exception { }
         ^
1 warning