Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy committed Aug 1, 2023
1 parent 1e047c2 commit c0b0820
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/apiserver-impl/api_devstate_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (
"github.com/redhat-developer/odo/pkg/state"
)

// DefaultApiService is a service that implements the logic for the DefaultApiServicer
// This service should implement the business logic for every endpoint for the DefaultApi API.
// DevstateApiService is a service that implements the logic for the DevstateApiServicer
// This service should implement the business logic for every endpoint for the DevstateApi API.
// Include any external packages or services that will be required by this service.
type DevstateApiService struct {
cancel context.CancelFunc
Expand All @@ -25,7 +25,7 @@ type DevstateApiService struct {
devfileState devstate.DevfileState
}

// NewDefaultApiService creates a default api service
// NewDevstateApiService creates a devstate api service
func NewDevstateApiService(
cancel context.CancelFunc,
pushWatcher chan<- struct{},
Expand Down

0 comments on commit c0b0820

Please sign in to comment.