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

Unified Diff: lib/error_code.dart

Issue 1577363003: Get rid of all the library tags. (Closed) Base URL: git@github.com:dart-lang/json_rpc_2.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « no previous file | lib/json_rpc_2.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/error_code.dart
diff --git a/lib/error_code.dart b/lib/error_code.dart
index 14b77f2e09b2feb83dac3334ad69a574cd8ed034..7dd80798bd5bbbd6d60d8cf3dc9941b14dd3d5b3 100644
--- a/lib/error_code.dart
+++ b/lib/error_code.dart
@@ -9,8 +9,6 @@
/// convenience constructors in [RpcException].
///
/// [spec]: http://www.jsonrpc.org/specification#error_object
-library json_rpc_2.error_code;
-
/// An error code indicating that invalid JSON was received by the server.
const PARSE_ERROR = -32700;
« no previous file with comments | « no previous file | lib/json_rpc_2.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698