-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Comments
@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 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 there's a PR for this already, check the issue timeline. |
Fix was released. Closing. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
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);
}
}
The text was updated successfully, but these errors were encountered: