Skip to content
This repository was archived by the owner on Nov 25, 2019. It is now read-only.

Capitalize string used in getRotation#103

Merged
AustinLMayes merged 4 commits into
StratusNetwork:masterfrom
randykinne:master
Jan 4, 2019
Merged

Capitalize string used in getRotation#103
AustinLMayes merged 4 commits into
StratusNetwork:masterfrom
randykinne:master

Conversation

@randykinne

Copy link
Copy Markdown

@AustinLMayes

Copy link
Copy Markdown

Change getRotation in AbstractRotationProvider to ignore case during searches instead.

@randykinne

Copy link
Copy Markdown
Author

Change getRotation in AbstractRotationProvider to ignore case during searches instead.

Done.

Preconditions.checkNotNull(name, "rotation name");
synchronized(this) {
return this.rotations.get(name);
RotationState state = this.rotations.get(name);

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

return here is state is found

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

return here is state is found

Done.

@AustinLMayes
AustinLMayes merged commit c66983b into StratusNetwork:master Jan 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants