Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(703)

Unified Diff: pkg/logging/lib/logging.dart

Issue 10993059: Stop using the Hashable interface. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/logging/lib/logging.dart
diff --git a/pkg/logging/lib/logging.dart b/pkg/logging/lib/logging.dart
index 6b7b13bb53f02cc018ad3603c623cbd7f72060e9..9a0ae91a6c8051269c0210efe3641c8e98fed28a 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, Hashable {
+class Level implements Comparable {
// TODO(sigmund): mark name/value as 'const' when the language supports it.
final String name;

Powered by Google App Engine
This is Rietveld 408576698