Normalize spelling of summarizing.
This commit is contained in:
parent
4b5245dbce
commit
a64be9d8a8
|
@ -193,7 +193,7 @@ public class ExceptionUtils {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets a short message summarising the exception.
|
* Gets a short message summarizing the exception.
|
||||||
* <p>
|
* <p>
|
||||||
* The message returned is of the form
|
* The message returned is of the form
|
||||||
* {ClassNameWithoutPackage}: {ThrowableMessage}
|
* {ClassNameWithoutPackage}: {ThrowableMessage}
|
||||||
|
@ -235,7 +235,7 @@ public class ExceptionUtils {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets a short message summarising the root cause exception.
|
* Gets a short message summarizing the root cause exception.
|
||||||
* <p>
|
* <p>
|
||||||
* The message returned is of the form
|
* The message returned is of the form
|
||||||
* {ClassNameWithoutPackage}: {ThrowableMessage}
|
* {ClassNameWithoutPackage}: {ThrowableMessage}
|
||||||
|
|
Loading…
Reference in New Issue