Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wrong interface in comment #682

Closed
wants to merge 1 commit into from

Conversation

brandboat
Copy link
Member

What is this PR for?

the comment in general.go
// this implements AppManagementService interface
should all be
// this implements AppManager interface

since Name() ServiceInit() Start() Stop() implement in general.go are all defined in interface AppManager

What type of PR is it?

  • - Improvement

Todos

N/A

What is the Jira issue?

https://issues.apache.org/jira/browse/YUNIKORN-2004

How should this be tested?

only change comment, no need to test

Screenshots (if appropriate)

N/A

Questions:

N/A

Copy link
Contributor

@craigcondit craigcondit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 LGTM.

@brandboat brandboat deleted the YUNIKORN-2004 branch September 26, 2023 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants