* java/io/SerializablePermission.java (legal_names): Now private.
From-SVN: r38270
This commit is contained in:
parent
9acffced80
commit
f2edab0e90
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
||||||
2000-12-14 Tom Tromey <tromey@redhat.com>
|
2000-12-14 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
|
* java/io/SerializablePermission.java (legal_names): Now private.
|
||||||
|
|
||||||
* java/lang/Character.java: Updated UnicodeBlock constants.
|
* java/lang/Character.java: Updated UnicodeBlock constants.
|
||||||
* scripts/blocks.pl: Special case private use and surrogate
|
* scripts/blocks.pl: Special case private use and surrogate
|
||||||
areas. Updated URL.
|
areas. Updated URL.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* SerializablePermission.java -- Basic permissions related to serialization.
|
/* SerializablePermission.java -- Basic permissions related to serialization.
|
||||||
Copyright (C) 1998 Free Software Foundation, Inc.
|
Copyright (C) 1998, 2000 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Classpath.
|
This file is part of GNU Classpath.
|
||||||
|
|
||||||
|
@ -55,8 +55,8 @@ public final class SerializablePermission extends BasicPermission
|
||||||
* Class Variables
|
* Class Variables
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public static final String[] legal_names = { "enableSubclassImplementation",
|
private static final String[] legal_names = { "enableSubclassImplementation",
|
||||||
"enableSubstitution" };
|
"enableSubstitution" };
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue