| Index: pkg/analyzer/lib/src/generated/source_io.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/source_io.dart b/pkg/analyzer/lib/src/generated/source_io.dart
|
| index 60bc5573c82fa6f72453552234c23c2749b3733a..0f00734552b316ece3d2810933b12edaa1ef5945 100644
|
| --- a/pkg/analyzer/lib/src/generated/source_io.dart
|
| +++ b/pkg/analyzer/lib/src/generated/source_io.dart
|
| @@ -19,18 +19,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.
|
|
|