| Index: pkg/analyzer/lib/src/context/context.dart
|
| diff --git a/pkg/analyzer/lib/src/context/context.dart b/pkg/analyzer/lib/src/context/context.dart
|
| index 6c0de9e04dcdfc0d9c36120c1582124359723c79..bef1653e8ec325df92817dfb1479fd4aa5faa73f 100644
|
| --- a/pkg/analyzer/lib/src/context/context.dart
|
| +++ b/pkg/analyzer/lib/src/context/context.dart
|
| @@ -2189,7 +2189,7 @@ class SdkAnalysisContext extends AnalysisContextImpl {
|
| throw new StateError('AnalysisOptions of SDK context cannot be changed.');
|
| }
|
|
|
| - @override
|
| + @override
|
| AnalysisCache createCacheFromSourceFactory(SourceFactory factory) {
|
| if (factory == null) {
|
| return super.createCacheFromSourceFactory(factory);
|
|
|