mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-08 02:58:33 +00:00
Normalize spelling of summarizing.
This commit is contained in:
parent
4b5245dbce
commit
a64be9d8a8
@ -193,7 +193,7 @@ public static String[] getDefaultCauseMethodNames() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets a short message summarising the exception.
|
||||
* Gets a short message summarizing the exception.
|
||||
* <p>
|
||||
* The message returned is of the form
|
||||
* {ClassNameWithoutPackage}: {ThrowableMessage}
|
||||
@ -235,7 +235,7 @@ public static Throwable getRootCause(final Throwable throwable) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets a short message summarising the root cause exception.
|
||||
* Gets a short message summarizing the root cause exception.
|
||||
* <p>
|
||||
* The message returned is of the form
|
||||
* {ClassNameWithoutPackage}: {ThrowableMessage}
|
||||
|
Loading…
x
Reference in New Issue
Block a user