Skip to content

Commit

Permalink
[YUNIKORN-2997] remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael committed Dec 31, 2024
1 parent 3f85580 commit 7476680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scheduler/objects/queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func newBlankQueue() *Queue {
}
}

// NewConfiguredQueue creates a new queue from scratch based on the configuration and logs at info level
// NewConfiguredQueue creates a new queue from scratch based on the configuration
// lock free as it cannot be referenced yet
func NewConfiguredQueue(conf configs.QueueConfig, parent *Queue) (*Queue, error) {
queue, err := newConfiguredQueueInternal(conf, parent)
Expand Down

0 comments on commit 7476680

Please sign in to comment.