FilePermission.java: Made class final per spec.
* java/io/FilePermission.java: Made class final per spec. * java/text/DecimalFormatSymbols.java (setCurrencySymbol): Changed method name to match spec (fixed typo). * java/util/LinkedList.java: Implements List. From-SVN: r37993
This commit is contained in:
parent
98d9a8e66c
commit
21a160075e
4 changed files with 11 additions and 4 deletions
|
@ -41,7 +41,7 @@ import java.lang.reflect.Array;
|
|||
* Linked list implementation of the List interface.
|
||||
*/
|
||||
public class LinkedList extends AbstractSequentialList
|
||||
implements Serializable, Cloneable
|
||||
implements List, Cloneable, Serializable
|
||||
{
|
||||
static final long serialVersionUID = 876323262645176354L;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue