Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(919)

Unified Diff: sdk/lib/io/file_system_entity.dart

Issue 2668653002: IO: Fix FileSystemEntity.get:parent comment. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/io/file_system_entity.dart
diff --git a/sdk/lib/io/file_system_entity.dart b/sdk/lib/io/file_system_entity.dart
index 41bee01181a3c5afc143bb17973bf93fc91f7b2c..2a4a1f5140fd857e4b37bd0b932e4dc7776cc106 100644
--- a/sdk/lib/io/file_system_entity.dart
+++ b/sdk/lib/io/file_system_entity.dart
@@ -653,8 +653,7 @@ abstract class FileSystemEntity {
}
/**
- * The directory containing [this]. If [this] is a root
- * directory, returns [this].
+ * The directory containing [this].
*/
Directory get parent => new Directory(parentOf(path));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698