From 39747270e5c7043aff804f6e7ae29a412a208029 Mon Sep 17 00:00:00 2001 From: Chris Bracken Date: Thu, 18 Aug 2016 10:07:07 -0700 Subject: [PATCH] Strong mode: add generic type to _createSet --- lib/registry.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/registry.dart b/lib/registry.dart index 7447bf9..a1550b1 100644 --- a/lib/registry.dart +++ b/lib/registry.dart @@ -309,7 +309,7 @@ class RegistryManager { new Registry.fromPort(_commandPort.sendPort, timeout: _timeout); // Used as argument to putIfAbsent. - static Set _createSet() => new HashSet(); + static Set _createSet() => new HashSet(); void _handleCommand(List command) { switch (command[0]) {