# | Line 13 | Line 13 | import java.io.IOException; | |
---|---|---|
13 | * to wrap a ServerSocket with an ACL, whilst extending | |
14 | * ServerSocket to make integration into code easier. | |
15 | * Once the ACL has been set, accept() can be used exactly | |
16 | < | * as it would be with ServerSocket. |
16 | > | * as it would be with a ServerSocket. |
17 | * | |
18 | * @author $Author$ | |
19 | * @version $Id$ | |
# | Line 126 | Line 126 | public class ACLServerSocket extends ServerSocket { | |
126 | return FormatName.getName( | |
127 | _name, | |
128 | getClass().getName(), | |
129 | < | REVISION); |
129 | > | REVISION) + ":" + super.toString(); |
130 | } | |
131 | ||
132 | //---PRIVATE METHODS--- |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |