aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hssf/model/InternalSheet.java
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2016-06-12 21:28:13 +0000
committerAndreas Beeker <kiwiwings@apache.org>2016-06-12 21:28:13 +0000
commit612217589cd887ce7f248c82f2473fcec798b0d2 (patch)
treec6c7a03a5238f0eda7f5166be7e10003e49069c4 /src/java/org/apache/poi/hssf/model/InternalSheet.java
parent3930739eabfc9da00ede9580a7c004055e9b94fe (diff)
downloadpoi-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.java2
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.