| Index: pkg/analyzer/lib/src/generated/source.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/source.dart b/pkg/analyzer/lib/src/generated/source.dart
|
| index f817d7bff918f2de5f242094192d7112a616c8da..215980756819e226df34b614a9817c3fddea35b0 100644
|
| --- a/pkg/analyzer/lib/src/generated/source.dart
|
| +++ b/pkg/analyzer/lib/src/generated/source.dart
|
| @@ -17,18 +17,18 @@ abstract class LocalSourcePredicate {
|
| /**
|
| * Instance of [LocalSourcePredicate] that always returns `false`.
|
| */
|
| - static final LocalSourcePredicate _FALSE = new LocalSourcePredicate_15();
|
| + static final LocalSourcePredicate FALSE = new LocalSourcePredicate_15();
|
|
|
| /**
|
| * Instance of [LocalSourcePredicate] that always returns `true`.
|
| */
|
| - static final LocalSourcePredicate _TRUE = new LocalSourcePredicate_16();
|
| + static final LocalSourcePredicate TRUE = new LocalSourcePredicate_16();
|
|
|
| /**
|
| * Instance of [LocalSourcePredicate] that returns `true` for all [Source]s
|
| * except of SDK.
|
| */
|
| - static final LocalSourcePredicate _NOT_SDK = new LocalSourcePredicate_17();
|
| + static final LocalSourcePredicate NOT_SDK = new LocalSourcePredicate_17();
|
|
|
| /**
|
| * Determines if the given [Source] is local.
|
| @@ -87,7 +87,7 @@ class SourceFactory {
|
| SourceFactory.con1(ContentCache contentCache, List<UriResolver> resolvers) {
|
| this.contentCache = contentCache;
|
| this._resolvers = resolvers;
|
| - this._localSourcePredicate = LocalSourcePredicate._NOT_SDK;
|
| + this._localSourcePredicate = LocalSourcePredicate.NOT_SDK;
|
| }
|
|
|
| /**
|
|
|