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

Spelling error in exception message in XpathUtils #2987

Closed
jmax01 opened this issue Jun 7, 2023 · 5 comments
Closed

Spelling error in exception message in XpathUtils #2987

jmax01 opened this issue Jun 7, 2023 · 5 comments
Labels
documentation This is a problem with documentation. p3 This is a minor priority issue

Comments

@jmax01
Copy link

jmax01 commented Jun 7, 2023

Describe the bug

Spelling error in exception message.the static initialization block

Expected Behavior

Exception message to be spelled correctly

Current Behavior

```

static {
try {
speedUpDcoumentBuilderFactory();
} catch(Throwable t) {
log.debug("Ingore failure in speeding up DocumentBuilderFactory", t);
}
try {
speedUpDTMManager();
} catch(Throwable t) {
log.debug("Ingore failure in speeding up DTMManager", t);
}
}


### Reproduction Steps

Turn on delogging

### Possible Solution

fix spelling 

### Additional Information/Context

_No response_

### AWS Java SDK version used

1.12.482

### JDK version used

17

### Operating System and version

MacOS
@jmax01 jmax01 added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Jun 7, 2023
jmax01 added a commit to jmax01/aws-sdk-java that referenced this issue Jun 7, 2023
@debora-ito debora-ito added p3 This is a minor priority issue and removed needs-triage This issue or PR still needs to be triaged. labels Jun 12, 2023
@debora-ito
Copy link
Member

@jmax01 thank you for reaching out.

Java SDK v1's source mainline is in our internal repository, what means we need to incorporate the changes internally first to be released here in github later.

The Java SDK team is focused in doing SDK v2 work, so we'll make this change when we have a minute.

@debora-ito debora-ito added documentation This is a problem with documentation. and removed bug This issue is a bug. labels Jun 13, 2023
@mynkdsi1011
Copy link

@debora-ito I would like to contribute and work on the issue if no one else working on it. Please let know If I can work on it?

@debora-ito
Copy link
Member

@mynkdsi1011 there's a PR for this already, check the issue timeline.

@debora-ito
Copy link
Member

Fix was released. Closing.

Copy link

github-actions bot commented Mar 7, 2024

This issue is now closed.

Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation This is a problem with documentation. p3 This is a minor priority issue
Projects
None yet
Development

No branches or pull requests

3 participants