Code Review Request Bug #7129185:(coll) Please add Collections.emptyNavigableSet() (original) (raw)
Roger Riggs Roger.Riggs at oracle.com
Tue Jan 24 15:16:18 UTC 2012
- Previous message: Code Review Request Bug #7129185:(coll) Please add Collections.emptyNavigableSet()
- Next message: Code Review Request Bug #7129185:(coll) Please add Collections.emptyNavigableSet()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The html accessibility guidelines do not support using
for indentation.http://www.w3.org/TR/WAI-WEBCONTENT/wai-pageauth.html#gl-structure-presentation See section 3.7
Using blockquote for indentation is flagged by Oracle's html accessibility checker.
On 01/23/2012 06:44 PM, Joseph Darcy wrote:
Hello Darryl,
On 1/23/2012 3:19 PM, Darryl Mocek wrote: Re-sending this with the synopsis in the subject line (and the correct bug #).
Hello core-libs. Please review this patch to fix Bug #7129185. This fix addresses comments made by Jason Mehrens to the commit of the fix for bug #4533691, including adding a Collections.emptyNavigableSet method. Tests are included. Webrev, can be found here: http://cr.openjdk.java.net/~dmocek/7129185/webrev.00
and replace Foo with {@code Foo}. -JoeI recommend using some different javadoc idioms. For example, I'd replace 3209 * 3210 * NavigableSet ns = Collections.emptyNavigableSet(); 3211 * with {@code NavigableSet ns = Collections.emptyNavigableSet();}
- Previous message: Code Review Request Bug #7129185:(coll) Please add Collections.emptyNavigableSet()
- Next message: Code Review Request Bug #7129185:(coll) Please add Collections.emptyNavigableSet()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]