ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/experimental/server/ACL/ACL.java
(Generate patch)

Comparing experimental/server/ACL/ACL.java (file contents):
Revision 1.7 by tdb, Mon Dec 31 01:49:13 2001 UTC vs.
Revision 1.8 by tdb, Mon Dec 31 02:57:00 2001 UTC

# Line 199 | Line 199 | public class ACL implements Serializable {
199       */
200      public String toString() {
201          StringBuffer acl = new StringBuffer();
202 +        acl.append(FormatName.getName(_name, getClass().getName(), REVISION));
203          acl.append("{");
204          for(int i=0; i < _acl.size(); i++) {
205              acl.append((ACLRule) _acl.get(i));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines