| Index: lib/html/templates/html/interface/interface_Storage.darttemplate
|
| diff --git a/lib/html/templates/html/interface/interface_Storage.darttemplate b/lib/html/templates/html/interface/interface_Storage.darttemplate
|
| index 4b51ea27edff021beae3b29d9a1f4437b0bf2db4..799b556e691f18431cfbba036cb58ae6228867d1 100644
|
| --- a/lib/html/templates/html/interface/interface_Storage.darttemplate
|
| +++ b/lib/html/templates/html/interface/interface_Storage.darttemplate
|
| @@ -3,6 +3,6 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| $!COMMENT
|
| -interface $ID extends Map<String, String> {
|
| +abstract class $ID implements Map<String, String> {
|
| $!MEMBERS
|
| }
|
|
|