| Index: sdk/lib/io/directory.dart
|
| diff --git a/sdk/lib/io/directory.dart b/sdk/lib/io/directory.dart
|
| index c8423b5032f35d60127d6f590bb9efef07c91dff..0c9e048e60cc5c6e85caf90510f80cc471db1e4f 100644
|
| --- a/sdk/lib/io/directory.dart
|
| +++ b/sdk/lib/io/directory.dart
|
| @@ -212,8 +212,8 @@ abstract class Directory implements FileSystemEntity {
|
|
|
| class DirectoryException implements IOException {
|
| const DirectoryException([String this.message = "",
|
| - String this.path = "",
|
| - OSError this.osError = null]);
|
| + String this.path = "",
|
| + OSError this.osError = null]);
|
| String toString() {
|
| StringBuffer sb = new StringBuffer();
|
| sb.write("DirectoryException");
|
|
|