mirror of https://github.com/apache/poi.git
fix further typo in exception message
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822948 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5030a1273e
commit
a911347aae
|
@ -118,7 +118,7 @@ public class XSSFCellStyle implements CellStyle {
|
||||||
*/
|
*/
|
||||||
public void verifyBelongsToStylesSource(StylesTable src) {
|
public void verifyBelongsToStylesSource(StylesTable src) {
|
||||||
if(this._stylesSource != src) {
|
if(this._stylesSource != src) {
|
||||||
throw new IllegalArgumentException("This Style does not belong to the supplied Workbook Styles Source. Are you trying to assign a style from one workbook to the cell of a differnt workbook?");
|
throw new IllegalArgumentException("This Style does not belong to the supplied Workbook Styles Source. Are you trying to assign a style from one workbook to the cell of a different workbook?");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue