| # | 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)); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |