| Index: pkg/analyzer/lib/task/model.dart
|
| diff --git a/pkg/analyzer/lib/task/model.dart b/pkg/analyzer/lib/task/model.dart
|
| index b80cca2fab431922aee0896b0f966d6da7f9d536..be60b784725230f3f6d1b67e2ffd1894e6508330 100644
|
| --- a/pkg/analyzer/lib/task/model.dart
|
| +++ b/pkg/analyzer/lib/task/model.dart
|
| @@ -465,7 +465,7 @@ abstract class ResultDescriptor<V> {
|
| * never evicted from the cache, and removed only when they are invalidated.
|
| */
|
| factory ResultDescriptor(String name, V defaultValue,
|
| - {ResultCachingPolicy<V> cachingPolicy}) = ResultDescriptorImpl;
|
| + {ResultCachingPolicy<V> cachingPolicy}) = ResultDescriptorImpl<V>;
|
|
|
| /**
|
| * Return the caching policy for results described by this descriptor.
|
|
|