| Index: pkg/front_end/lib/compiler_options.dart
|
| diff --git a/pkg/front_end/lib/compiler_options.dart b/pkg/front_end/lib/compiler_options.dart
|
| index 1c496f10bc1cc88c86ba48bbe6b57a210a44f107..a497f5779149a0b5b6225af8df96d959eb4baed5 100644
|
| --- a/pkg/front_end/lib/compiler_options.dart
|
| +++ b/pkg/front_end/lib/compiler_options.dart
|
| @@ -13,6 +13,8 @@ typedef void ErrorHandler(CompilationError error);
|
| ///
|
| /// TODO(paulberry): add a mechanism to allow file system operations to be
|
| /// stubbed out for testing.
|
| +///
|
| +/// Not intended to be implemented or extended by clients.
|
| class CompilerOptions {
|
| /// The path to the Dart SDK.
|
| ///
|
|
|