| Index: pkg/dartdoc/lib/src/mirrors/util.dart
|
| diff --git a/pkg/dartdoc/lib/src/mirrors/util.dart b/pkg/dartdoc/lib/src/mirrors/util.dart
|
| index 755b78fafcd4df71d3708e181fb5c56de61ec5be..34702115571e4fe9208396da173866919e5a0653 100644
|
| --- a/pkg/dartdoc/lib/src/mirrors/util.dart
|
| +++ b/pkg/dartdoc/lib/src/mirrors/util.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 file.
|
|
|
| -#library('util');
|
| +library util;
|
|
|
| /**
|
| * An abstract map implementation. This class can be used as a superclass for
|
|
|