File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -96,11 +96,10 @@ Iterable<Class> findCanonicalFor(Iterable<Class> classes) {
96
96
c.packageGraph.findCanonicalModelElementFor (c.element) as Class ?? c);
97
97
}
98
98
99
- /// Uses direct file access to get the contents of a file, out of a
100
- /// cache if possible.
99
+ /// Uses direct file access to get the contents of a file. Cached.
101
100
///
102
101
/// Direct reading of source code via a [PhysicalResourceProvider] is not
103
- /// allowed in some environments, so avoid this where possible .
102
+ /// allowed in some environments, so avoid using this .
104
103
// TODO(jcollins-g): consider deprecating this and the `--include-source`
105
104
// feature that uses it now that source code linking is possible.
106
105
String getFileContentsFor (Element e, ResourceProvider resourceProvider) {
You can’t perform that action at this time.
0 commit comments