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

CODENVY-384: improve machine type labels #1066

Merged
merged 1 commit into from
Apr 18, 2016
Merged

CODENVY-384: improve machine type labels #1066

merged 1 commit into from
Apr 18, 2016

Conversation

olexii4
Copy link
Contributor

@olexii4 olexii4 commented Apr 18, 2016

_1 Upvote_ Signed-off-by: Oleksii Orel oorel@codenvy.com
@ashumilova @vitaliy-guliy
selection_057

Signed-off-by: Oleksii Orel <oorel@codenvy.com>
@ashumilova
Copy link
Contributor

+1

final MachineConfigDto machineConfig = machine.getConfig();
targetType = machineConfig.isDev() ? machineLocale.devMachineCategory() : machineConfig.getType();
}
final Target target = new Target(recipe.getName(), targetType, recipe);
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do you use variables as final?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I want to be sure that it won't change)

@vitaliy-guliy
Copy link
Contributor

LGTM

@olexii4
Copy link
Contributor Author

olexii4 commented Apr 18, 2016

selection_058

@olexii4 olexii4 merged commit b3c1bcd into master Apr 18, 2016
@olexii4 olexii4 deleted the CODENVY-384 branch April 18, 2016 11:51
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.

3 participants