Skip to content

Commit a139f3b

Browse files
authored
Add a dartdoc comment for RealNode.clock (flutter#137)
Add a dartdoc comment for `RealNode.clock` to quiet an analysis complaint.
1 parent db9a48d commit a139f3b

File tree

1 file changed

+1
-0
lines changed
  • packages/file/lib/src/backends/memory

1 file changed

+1
-0
lines changed

packages/file/lib/src/backends/memory/node.dart

+1
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ abstract class RealNode extends Node {
153153
accessed = now;
154154
}
155155

156+
/// See [NodeBasedFileSystem.clock].
156157
Clock get clock => parent.clock;
157158

158159
/// Last changed time in milliseconds since the Epoch.

0 commit comments

Comments
 (0)