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

Unified Diff: lib/datastore.dart

Issue 766663007: Prepare pubspec/CHANGELOG for version 0.1.2 (Closed) Base URL: git@github.com:dart-lang/gcloud.git@master
Patch Set: Rebased Created 6 years, 1 month 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') | lib/db.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/datastore.dart
diff --git a/lib/datastore.dart b/lib/datastore.dart
index 3b54d747bf32bfacb8a18a160e525142bf3cfe58..3f0dcf9c4e9ff1d2987e1ae32811df45294827bb 100644
--- a/lib/datastore.dart
+++ b/lib/datastore.dart
@@ -22,6 +22,7 @@ const Symbol _datastoreKey = #_gcloud.datastore;
/// [registerDatastoreService] within the current (or a parent) service scope.
///
/// Accessing this getter outside of a service scope will result in an error.
+/// See the `package:gcloud/service_scope.dart` library for more information.
Datastore get datastoreService => ss.lookup(_datastoreKey);
/// Registers the [Datastore] object within the current service scope.
« no previous file with comments | « CHANGELOG.md ('k') | lib/db.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698