Skip to content

Commit

Permalink
review feedback eric
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbindar authored and KiterLuc committed Feb 5, 2024
1 parent 00edc26 commit 3cfbd4c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tiledb/sm/group/group.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,10 @@ class Group {
public:
/**
* Constructs a Group object given a uri and a ContextResources reference.
* This is a transitional constructor in the sense that we are working
* on removing the dependency of the Group class on StorageManager. For
* now we still need to keep the storage_manager argument, but once the
* dependency is gone the signature will be
* Group(ContextResources&, const URI&).
* This is a transitional constructor in the sense that we are working on
* removing the dependency of the Group class on StorageManager. For now we
* still need to keep the storage_manager argument, but once the dependency is
* gone the signature will be Group(ContextResources&, const URI&).
*
* @param resources A ContextResources reference
* @param group_uri The location of the group
Expand Down

0 comments on commit 3cfbd4c

Please sign in to comment.