diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2016-06-12 21:28:13 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2016-06-12 21:28:13 +0000 |
commit | 612217589cd887ce7f248c82f2473fcec798b0d2 (patch) | |
tree | c6c7a03a5238f0eda7f5166be7e10003e49069c4 /src/java/org/apache/poi/hssf/model/InternalSheet.java | |
parent | 3930739eabfc9da00ede9580a7c004055e9b94fe (diff) | |
download | poi-612217589cd887ce7f248c82f2473fcec798b0d2.tar.gz poi-612217589cd887ce7f248c82f2473fcec798b0d2.zip |
fixing javadocs errors (in JDK8)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748054 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/poi/hssf/model/InternalSheet.java')
-rw-r--r-- | src/java/org/apache/poi/hssf/model/InternalSheet.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/poi/hssf/model/InternalSheet.java b/src/java/org/apache/poi/hssf/model/InternalSheet.java index b215e03f8a..1cbc004c81 100644 --- a/src/java/org/apache/poi/hssf/model/InternalSheet.java +++ b/src/java/org/apache/poi/hssf/model/InternalSheet.java @@ -1075,7 +1075,7 @@ public final class InternalSheet { * the column at specified 0-based index. (In this case, an * ExtendedFormatRecord index is actually associated with a * ColumnInfoRecord which spans 1 or more columns) - * <br/> + * <p> * Returns the index to the default ExtendedFormatRecord (0xF) * if no ColumnInfoRecord exists that includes the column * index specified. |