Index: utils/pub/root_source.dart |
diff --git a/utils/pub/root_source.dart b/utils/pub/root_source.dart |
index ebab17ef3e2c0c9ce31754dc14bf51e026c42e0b..72e122e248dfcd31cdf96c499b1f017a98b74f9b 100644 |
--- a/utils/pub/root_source.dart |
+++ b/utils/pub/root_source.dart |
@@ -8,12 +8,10 @@ import 'package.dart'; |
import 'pubspec.dart'; |
import 'source.dart'; |
-/** |
- * A source used only for the root package when doing version resolution. It |
- * contains only the root package and is unable to install packages. |
- * |
- * This source cannot be referenced from a pubspec. |
- */ |
+/// A source used only for the root package when doing version resolution. It |
+/// contains only the root package and is unable to install packages. |
+/// |
+/// This source cannot be referenced from a pubspec. |
class RootSource extends Source { |
final String name = "root"; |
final bool shouldCache = false; |