| Index: pkg/analyzer/lib/src/context/source.dart
|
| diff --git a/pkg/analyzer/lib/src/context/source.dart b/pkg/analyzer/lib/src/context/source.dart
|
| index dcd413ae42695fff2f4dce82729026f2f8fc1707..b0dc5d2f6ba56d8e75a1870d2b1606dccc3df532 100644
|
| --- a/pkg/analyzer/lib/src/context/source.dart
|
| +++ b/pkg/analyzer/lib/src/context/source.dart
|
| @@ -57,7 +57,7 @@ class SourceFactoryImpl implements SourceFactory {
|
|
|
| /**
|
| * Initialize a newly created source factory with the given absolute URI
|
| - * [resolvers] and optional [packages] resolution helper.
|
| + * [resolvers] and optional [_packages] resolution helper.
|
| */
|
| SourceFactoryImpl(this.resolvers,
|
| [this._packages, ResourceProvider resourceProvider])
|
|
|