Normalize spelling of summarizing.

This commit is contained in:
Gary Gregory 2022-04-03 10:48:47 -04:00
parent 4b5245dbce
commit a64be9d8a8
1 changed files with 2 additions and 2 deletions

View File

@ -193,7 +193,7 @@ public class ExceptionUtils {
}
/**
* 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 class ExceptionUtils {
}
/**
* 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}