fix comment in bucket bandwidth package

This commit is contained in:
Harshavardhana 2020-10-17 00:38:54 -07:00
parent 284a2b9021
commit 187129a907

View File

@ -171,6 +171,7 @@ func (m *Monitor) track(bucket string, object string, timeNow time.Time) *bucket
return b return b
} }
// DeleteBucket deletes monitoring the 'bucket'
func (m *Monitor) DeleteBucket(bucket string) { func (m *Monitor) DeleteBucket(bucket string) {
m.lock.Lock() m.lock.Lock()
defer m.lock.Unlock() defer m.lock.Unlock()