Skip to content

Commit

Permalink
fixes documentation for gbucket
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Plaza committed Dec 25, 2015
1 parent e410404 commit 3946321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/gbucket/gbucket.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func parseConfig(config dvid.EngineConfig) (*GBucket, error) {
return gb, nil
}

// Set up admin client, tables, and column families.
// newGBucket sets up admin client (bucket must already exist)
func (e *Engine) newGBucket(config dvid.EngineConfig) (*GBucket, bool, error) {
gb, err := parseConfig(config)
if err != nil {
Expand Down

0 comments on commit 3946321

Please sign in to comment.