aboutsummaryrefslogtreecommitdiff
path: root/object/fetch
diff options
context:
space:
mode:
Diffstat (limited to 'object/fetch')
-rw-r--r--object/fetch/fetcher.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/object/fetch/fetcher.go b/object/fetch/fetcher.go
index 895b32f7..6bee86a8 100644
--- a/object/fetch/fetcher.go
+++ b/object/fetch/fetcher.go
@@ -11,7 +11,7 @@ type Fetcher struct {
// New returns a Fetcher that reads objects from store.
//
-// Labels: Deps-Borrowed.
+// Labels: Deps-Borrowed, Life-Parent.
func New(store objectstore.ReadingStore) *Fetcher {
return &Fetcher{store: store}
}