SocketPermission.java (hostport, actions): Now private.
* java/net/SocketPermission.java (hostport, actions): Now private. From-SVN: r46266
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* SocketPermission.java -- Class modeling permissions for socket operations
|
||||
Copyright (C) 1998, 2000 Free Software Foundation, Inc.
|
||||
Copyright (C) 1998, 2000, 2001 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@@ -95,12 +95,12 @@ public final class SocketPermission extends Permission
|
||||
/**
|
||||
* A hostname/port combination as described above
|
||||
*/
|
||||
protected transient String hostport;
|
||||
private transient String hostport;
|
||||
|
||||
/**
|
||||
* A comma separated list of actions for which we have permission
|
||||
*/
|
||||
protected String actions;
|
||||
private String actions;
|
||||
|
||||
/**
|
||||
* Initializes a new instance of <code>SocketPermission</code> with the
|
||||
|
||||
Reference in New Issue
Block a user