| Index: samples/belay/bcap/bcap.dart
|
| diff --git a/samples/belay/bcap/bcap.dart b/samples/belay/bcap/bcap.dart
|
| index 09098a5380f29e3410446910aa60e6474ba87536..36e51cdc67c0dec3274b34c038294eb536badc2b 100644
|
| --- a/samples/belay/bcap/bcap.dart
|
| +++ b/samples/belay/bcap/bcap.dart
|
| @@ -92,7 +92,7 @@ typedef BcapHandler Reviver(String key);
|
| typedef BcapServerInterface Resolver(String instID);
|
| typedef void SaveState(String state);
|
|
|
| -interface BcapServer extends BcapServerInterface factory BcapServerImpl {
|
| +interface BcapServer extends BcapServerInterface default BcapServerImpl {
|
| BcapServer(String instanceID, [String snapshot, SaveState saveState]);
|
|
|
| void setReviver(Reviver newReviver);
|
|
|