changeset 43374 | d312a15c5fcf |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/langtools/test/tools/doclint/DuplicateParamTest.out Fri Jan 27 15:49:14 2017 -0800 @@ -0,0 +1,7 @@ +DuplicateParamTest.java:18: warning: @param "s" has already been specified + * @param s two + ^ +DuplicateParamTest.java:19: warning: @param "s" has already been specified + * @param s three + ^ +2 warnings