On Fri, 30 Apr 2021 03:33:57 GMT, Jonathan Gibbons <j...@openjdk.org> wrote:

>> Vicente Romero has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   addressing indentation issues
>
> test/langtools/jdk/javadoc/doclet/testSealedTypes/TestSealedTypes.java line 
> 251:
> 
>> 249:                 "package p; public final  class B extends A { }",
>> 250:                 "package p; public final  class C extends A { }",
>> 251:                 "package p; sealed class D extends A permits D1, D2 { 
>> }",
> 
> (minor)   don't delete the spaces; the class names were previously vertically 
> aligned

sure, done, thank for the review

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

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

Reply via email to