| Index: pkg/analyzer_experimental/lib/src/generated/source.dart
|
| diff --git a/pkg/analyzer-experimental/lib/src/generated/source.dart b/pkg/analyzer_experimental/lib/src/generated/source.dart
|
| similarity index 98%
|
| rename from pkg/analyzer-experimental/lib/src/generated/source.dart
|
| rename to pkg/analyzer_experimental/lib/src/generated/source.dart
|
| index 258fbdc12f6e338c52f306f6880f38c288f4b224..e99a6570afa3aeea3a8dfe677c32857f2e7769e6 100644
|
| --- a/pkg/analyzer-experimental/lib/src/generated/source.dart
|
| +++ b/pkg/analyzer_experimental/lib/src/generated/source.dart
|
| @@ -25,9 +25,9 @@ class SourceFactory {
|
| * @param resolvers the resolvers used to resolve absolute URI's
|
| */
|
| SourceFactory.con1(ContentCache contentCache2, List<UriResolver> resolvers2) {
|
| - _jtd_constructor_289_impl(contentCache2, resolvers2);
|
| + _jtd_constructor_300_impl(contentCache2, resolvers2);
|
| }
|
| - _jtd_constructor_289_impl(ContentCache contentCache2, List<UriResolver> resolvers2) {
|
| + _jtd_constructor_300_impl(ContentCache contentCache2, List<UriResolver> resolvers2) {
|
| this._contentCache = contentCache2;
|
| this._resolvers = resolvers2;
|
| }
|
| @@ -36,10 +36,10 @@ class SourceFactory {
|
| * @param resolvers the resolvers used to resolve absolute URI's
|
| */
|
| SourceFactory.con2(List<UriResolver> resolvers) {
|
| - _jtd_constructor_290_impl(resolvers);
|
| + _jtd_constructor_301_impl(resolvers);
|
| }
|
| - _jtd_constructor_290_impl(List<UriResolver> resolvers) {
|
| - _jtd_constructor_289_impl(new ContentCache(), resolvers);
|
| + _jtd_constructor_301_impl(List<UriResolver> resolvers) {
|
| + _jtd_constructor_300_impl(new ContentCache(), resolvers);
|
| }
|
| /**
|
| * Return a source object representing the given absolute URI, or {@code null} if the URI is not a
|
|
|