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

Thirdparty Intigration update #244

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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"),
Copy link
Contributor

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()) {
Copy link
Contributor

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 ");
Copy link
Contributor

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.

2 participants