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

Removed obsoleted MachineStatus code. #85

Closed
wants to merge 1 commit into from

Conversation

droyad
Copy link
Contributor

@droyad droyad commented Sep 14, 2016

Resolves #84

@@ -19,7 +18,7 @@ public class HealthStatusProvider
private readonly HashSet<string> statuses;
private readonly HashSet<string> healthStatuses;

public static readonly string[] StatusNames = Enum.GetNames(typeof(MachineModelStatus));
public static readonly string[] StatusNames = Enum.GetNames(typeof(MachineModelHealthStatus));
public static readonly string[] HealthStatusNames = Enum.GetNames(typeof(MachineModelHealthStatus));

Copy link
Contributor

Choose a reason for hiding this comment

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

two collections above the same?

@droyad droyad closed this Sep 14, 2016
@droyad droyad removed the forreview label Sep 14, 2016
@droyad droyad deleted the feature-removeMachineStatus branch September 14, 2016 09:42
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