aws-sdk-java icon indicating copy to clipboard operation
aws-sdk-java copied to clipboard

Spelling error in exception message in XpathUtils

Open jmax01 opened this issue 2 years ago • 3 comments

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 avatar Jun 07 '23 21:06 jmax01

@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 avatar Jun 13 '23 22:06 debora-ito

@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?

mynkdsi1011 avatar Aug 17 '23 02:08 mynkdsi1011

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

debora-ito avatar Aug 21 '23 18:08 debora-ito

Fix was released. Closing.

debora-ito avatar Mar 07 '24 18:03 debora-ito

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.

github-actions[bot] avatar Mar 07 '24 18:03 github-actions[bot]