On Wed, 30 Sep 2020 22:58:38 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:

>> Hi all,
>> 
>> could you please review this small patch which reformats `ArgumentHandler`, 
>> removes unused
>> `findOptionStringValue(String name, String defaultValue)` method, fixes 
>> typos?
>
> test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/ArgumentHandler.java line 104:
> 
>> 102:      *               or null if this option has no value
>> 103:      * @return <i>true</i> if option is admissible and has proper value;
>> 104:      * <i>false</i> if option is not admissible
> 
> Why is this line not indented?

I guess b/c this is how IDEA thinks `@return` javadoc should be aligned. I have 
checked `java.base` javadoc, and some
classes have indentation here, some don't. either way is fine w/ me.

-------------

PR: https://git.openjdk.java.net/jdk/pull/443

Reply via email to