This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Re: PATCH: Minor signature fixes
- To: Warren Levy <warrenl at cygnus dot com>
- Subject: Re: PATCH: Minor signature fixes
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Mon, 04 Dec 2000 12:09:51 +1300
- CC: Java Patch List <java-patches at sourceware dot cygnus dot com>
- References: <Pine.LNX.4.10.10012031444120.8825-200000@fencer.cygnus.com>
Warren Levy wrote:
> Folks,
> Here are a few signature fixes I've run across.
>
> * java/util/LinkedList.java: Implements List.
Strictly speaking, thats redundant, because LinkedList extends AbstractList
which implements List already. Then again, it doesn't hurt anything to be a
bit more explicit...
regards
[ bryce ]