This is the mail archive of the java-patches@sources.redhat.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: PATCH: Minor signature fixes


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 ]



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]