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

Unified Diff: go/src/infra/gae/libs/gae/memory/context.go

Issue 1234343006: Some miscellaneous fixes: (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 5 years, 5 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 | « go/src/infra/gae/libs/gae/helper/datastore_key.go ('k') | go/src/infra/gae/libs/gae/memory/globalinfo.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/gae/libs/gae/memory/context.go
diff --git a/go/src/infra/gae/libs/gae/memory/context.go b/go/src/infra/gae/libs/gae/memory/context.go
index 2151d09f56183bf115ca19dc723546c440f50feb..3c8e8b5a7201061874dd3f282a80054e60493c8a 100644
--- a/go/src/infra/gae/libs/gae/memory/context.go
+++ b/go/src/infra/gae/libs/gae/memory/context.go
@@ -91,14 +91,14 @@ func (m memContext) applyTxn(c context.Context, txnCtxObj memContextObj) {
}
}
-// Use adds implementations for the following gae/wrapper interfaces to the
+// Use adds implementations for the following gae interfaces to the
// context:
-// * wrapper.Datastore
-// * wrapper.TaskQueue
-// * wrapper.Memcache
-// * wrapper.GlobalInfo
+// * gae.Datastore
+// * gae.TaskQueue
+// * gae.Memcache
+// * gae.GlobalInfo
//
-// These can be retrieved with the "gae/wrapper".Get functions.
+// These can be retrieved with the gae.Get functions.
//
// The implementations are all backed by an in-memory implementation, and start
// with an empty state.
« no previous file with comments | « go/src/infra/gae/libs/gae/helper/datastore_key.go ('k') | go/src/infra/gae/libs/gae/memory/globalinfo.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698