diff options
author | Yegor Kozlov <yegor@apache.org> | 2011-06-25 10:56:46 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2011-06-25 10:56:46 +0000 |
commit | 60a656d6e2d380d4f810af6cf27176ce5d743084 (patch) | |
tree | 5f8e705b4da6d8a9b2d60086b1be166283d3b444 /src/java/org/apache/poi/ss | |
parent | 7827d9101ebb0248f5a4cdfc20b751b1214b4cde (diff) | |
download | poi-60a656d6e2d380d4f810af6cf27176ce5d743084.tar.gz poi-60a656d6e2d380d4f810af6cf27176ce5d743084.zip |
cleanup sxxsf temp files after tests, remove non-ascii characters from source code, polished test output
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1139518 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/poi/ss')
-rw-r--r-- | src/java/org/apache/poi/ss/usermodel/Sheet.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/java/org/apache/poi/ss/usermodel/Sheet.java b/src/java/org/apache/poi/ss/usermodel/Sheet.java index 4b82c08c8c..3532c20970 100644 --- a/src/java/org/apache/poi/ss/usermodel/Sheet.java +++ b/src/java/org/apache/poi/ss/usermodel/Sheet.java @@ -127,7 +127,7 @@ public interface Sheet extends Iterable<Row> { * * <p> * Character width is defined as the maximum digit width - * of the numbers <code>0, 1, 2, … 9</code> as rendered + * of the numbers <code>0, 1, 2, ... 9</code> as rendered * using the default font (first font in the workbook). * <br/> * Unless you are using a very special font, the default character is '0' (zero), @@ -167,7 +167,7 @@ public interface Sheet extends Iterable<Row> { * * <p> * Character width is defined as the maximum digit width - * of the numbers <code>0, 1, 2, … 9</code> as rendered + * of the numbers <code>0, 1, 2, ... 9</code> as rendered * using the default font (first font in the workbook) * </p> * |