Index: pkg/front_end/lib/src/incremental/file_state.dart |
diff --git a/pkg/front_end/lib/src/incremental/file_state.dart b/pkg/front_end/lib/src/incremental/file_state.dart |
index 183ef202a5138b7ddcf3b7dfc6681793e5f2a4c9..682dcf5935e1726774ce38b0a1229388e150f07e 100644 |
--- a/pkg/front_end/lib/src/incremental/file_state.dart |
+++ b/pkg/front_end/lib/src/incremental/file_state.dart |
@@ -48,9 +48,7 @@ class FileState { |
/// The content of the file. |
List<int> get content => _content; |
- /** |
- * The MD5 hash of the [content]. |
- */ |
+ /// The MD5 hash of the [content]. |
List<int> get contentHash => _contentHash; |
/// Libraries that this library file directly imports or exports. |