Re: JDK 9 RFR of JDK-8076624: Fix missing doclint warnings in javax.swing.text

2015-04-14 Thread Joseph D. Darcy
Hi Sergey, I pushed a version of the fix with reordered tags; thanks for the review, -Joe On 4/14/2015 12:13 PM, Sergey Bylokhov wrote: Hi, Joe. Small issue in AsyncBoxView.java where incorrect order of tags is used(@return should be after @param). Other than that the fix looks good. Thanks.

Re: JDK 9 RFR of JDK-8076624: Fix missing doclint warnings in javax.swing.text

2015-04-14 Thread Sergey Bylokhov
Hi, Joe. Small issue in AsyncBoxView.java where incorrect order of tags is used(@return should be after @param). Other than that the fix looks good. Thanks. On 10.04.15 4:22, joe darcy wrote: ping Any comments or objections to this fix? Thanks, -Joe On 4/6/2015 10:13 PM, joe darcy wrote:

JDK 9 RFR of JDK-8076624: Fix missing doclint warnings in javax.swing.text

2015-04-06 Thread joe darcy
Hello, Please review the change to address JDK-8076624: Fix missing doclint warnings in javax.swing.text http://cr.openjdk.java.net/~darcy/8076624.0/ (There were fewer context clues to fill in the missing javadoc compared to some recent fixes in the same vein.) Thanks, -Joe