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

Unified Diff: sdk/lib/core/resource.dart

Issue 1385933002: clearly mark resource as deprecated (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: indicate this is the last release Created 5 years, 2 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 | « CHANGELOG.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/core/resource.dart
diff --git a/sdk/lib/core/resource.dart b/sdk/lib/core/resource.dart
index 17bdebcb1ec5e752336f7edc15ac8443b588aa86..16ff4418aeaa7800b1adbf8c084fa24fb102f308 100644
--- a/sdk/lib/core/resource.dart
+++ b/sdk/lib/core/resource.dart
@@ -15,6 +15,7 @@ part of dart.core;
* The URI may use the `package` scheme to read resources provided
* along with package sources.
*/
+@Deprecated('1.13 is the last release to contain this class. Please use <insert URI> instead.')
Lasse Reichstein Nielsen 2015/10/06 07:39:16 Just use @Deprecated("1.14"). The "expires" just n
abstract class Resource {
/**
* Creates a resource object with the given [uri] as location.
« no previous file with comments | « CHANGELOG.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698