From 612217589cd887ce7f248c82f2473fcec798b0d2 Mon Sep 17 00:00:00 2001 From: Andreas Beeker Date: Sun, 12 Jun 2016 21:28:13 +0000 Subject: fixing javadocs errors (in JDK8) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748054 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/poi/hssf/model/InternalSheet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/java/org/apache/poi/hssf/model/InternalSheet.java') 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) - *
+ *

* Returns the index to the default ExtendedFormatRecord (0xF) * if no ColumnInfoRecord exists that includes the column * index specified. -- cgit v1.2.3