Author: fanningpj
Date: Fri Feb 2 11:59:58 2018
New Revision: 1822948
URL: http://svn.apache.org/viewvc?rev=1822948&view=rev
Log:
fix further typo in exception message
Modified:
poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java
Modified:
poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java
URL:
http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java?rev=1822948&r1=1822947&r2=1822948&view=diff
==============================================================================
--- poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java
(original)
+++ poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java
Fri Feb 2 11:59:58 2018
@@ -118,7 +118,7 @@ public class XSSFCellStyle implements Ce
*/
public void verifyBelongsToStylesSource(StylesTable 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?");
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]