--- experimental/server/ACL/ACLServerSocket.java 2001/12/20 00:59:54 1.2 +++ experimental/server/ACL/ACLServerSocket.java 2001/12/31 02:57:00 1.3 @@ -13,10 +13,10 @@ import java.io.IOException; * to wrap a ServerSocket with an ACL, whilst extending * ServerSocket to make integration into code easier. * Once the ACL has been set, accept() can be used exactly - * as it would be with ServerSocket. + * as it would be with a ServerSocket. * * @author $Author: tdb $ - * @version $Id: ACLServerSocket.java,v 1.2 2001/12/20 00:59:54 tdb Exp $ + * @version $Id: ACLServerSocket.java,v 1.3 2001/12/31 02:57:00 tdb Exp $ */ public class ACLServerSocket extends ServerSocket { @@ -25,7 +25,7 @@ public class ACLServerSocket extends ServerSocket { /** * The current CVS revision of this class */ - public static final String REVISION = "$Revision: 1.2 $"; + public static final String REVISION = "$Revision: 1.3 $"; //---STATIC METHODS--- @@ -126,7 +126,7 @@ public class ACLServerSocket extends ServerSocket { return FormatName.getName( _name, getClass().getName(), - REVISION); + REVISION) + ":" + super.toString(); } //---PRIVATE METHODS---