| Index: runtime/bin/socket.dart
|
| diff --git a/runtime/bin/socket.dart b/runtime/bin/socket.dart
|
| index 83b16b288cfef5098f27d5c2967a7ce46d87c089..ef841eb6298a7808942bc74d1b829be2bd229e38 100644
|
| --- a/runtime/bin/socket.dart
|
| +++ b/runtime/bin/socket.dart
|
| @@ -34,7 +34,7 @@ abstract class ServerSocket {
|
| }
|
|
|
|
|
| -abstract class Socket implements Hashable {
|
| +abstract class Socket {
|
| /**
|
| * Constructs a new socket and initiate connecting it to the given
|
| * host on the given port. The returned socket is not yet connected
|
|
|