| Index: pkg/intl/lib/src/intl_helpers.dart
|
| diff --git a/pkg/intl/lib/src/intl_helpers.dart b/pkg/intl/lib/src/intl_helpers.dart
|
| index 95facfdc121bed32e4d2157059af62a966ec3109..5b29f13b2d01aaf2ecc0677bf442901988062f0f 100644
|
| --- a/pkg/intl/lib/src/intl_helpers.dart
|
| +++ b/pkg/intl/lib/src/intl_helpers.dart
|
| @@ -39,7 +39,7 @@ class LocaleDataException implements Exception {
|
| * An abstract superclass for data readers to keep the type system happy.
|
| */
|
| abstract class LocaleDataReader {
|
| - abstract Future read(String locale);
|
| + Future read(String locale);
|
| }
|
|
|
| /**
|
|
|