| Index: pkg/logging/lib/logging.dart
 | 
| diff --git a/pkg/logging/lib/logging.dart b/pkg/logging/lib/logging.dart
 | 
| index 5e0a23950faf3cd7d1ffeb31ca01b4e335f51138..935b3aeffec2b16d705fc10da992e149f9449e03 100644
 | 
| --- a/pkg/logging/lib/logging.dart
 | 
| +++ b/pkg/logging/lib/logging.dart
 | 
| @@ -247,7 +247,7 @@ class LoggerHandlerList {
 | 
|   * own level, make sure you use a value between those used in [Level.ALL] and
 | 
|   * [Level.OFF].
 | 
|   */
 | 
| -class Level implements Comparable {
 | 
| +class Level implements Comparable<Level> {
 | 
|  
 | 
|    // TODO(sigmund): mark name/value as 'const' when the language supports it.
 | 
|    final String name;
 | 
| 
 |