Skip to content

Conversation

@sobhanagit
Copy link
Contributor

Checklist

JIRA Ticket -

Checklist (Please mark Yes/No/NA for each of the questions below) -

  • I have provided clear and detailed explanation of changes made in the proposed PR : No
  • I have compiled the code successfully my laptop : No
  • I have written examples to demonstrates the usage of the newly implemented APIs : No
  • I have incremented the release version : No
  • I have run the Intellij Code Analysis on newly added code and fixed all (valid) reported issues : No

OR

  • I have taken approval from scrum master or project manager for skipping any of the items above : No


public enum Route53RecordSetType {

A("a"),

Choose a reason for hiding this comment

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

Rename to ARECORD

public static Route53RecordSetType fromName(String name) {
Route53RecordSetType retVal = null;

for (Route53RecordSetType signalNameEnum : Route53RecordSetType.values()) {

Choose a reason for hiding this comment

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

change variable signalNameEnum to relevant type

}

if (retVal == null) {
LOGGER.error("Tried to create signal name enum for: " + name + ", but we don't support such type ");

Choose a reason for hiding this comment

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

Change logging message

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