| Index: lib/system/map.dart
|
| diff --git a/lib/system/map.dart b/lib/system/map.dart
|
| index 308e8dac33a19e28694df45332783f7545cb2f31..78dfd4ad0b16219515433427100e02d081adbae7 100644
|
| --- a/lib/system/map.dart
|
| +++ b/lib/system/map.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE.md file.
|
|
|
| -part of dart.fletch._system;
|
| +part of dart.dartino._system;
|
|
|
| class _ConstantMap<K, V> implements Map<K, V> {
|
| final _keys;
|
|
|