From 66498c10aff02ff08b1dfa52f78a3e76c2b5161b Mon Sep 17 00:00:00 2001 From: Javen O'Neal Date: Sat, 11 Jun 2016 11:01:48 +0000 Subject: [PATCH] fix spelling in javadoc git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ss_border_property_template@1747876 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/poi/ss/usermodel/CellStyle.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/apache/poi/ss/usermodel/CellStyle.java b/src/java/org/apache/poi/ss/usermodel/CellStyle.java index 518003944..e0b3dad3e 100644 --- a/src/java/org/apache/poi/ss/usermodel/CellStyle.java +++ b/src/java/org/apache/poi/ss/usermodel/CellStyle.java @@ -562,7 +562,7 @@ public interface CellStyle { /** * get the color to use for the top border - * @return hhe index of the color definition + * @return the index of the color definition */ short getTopBorderColor();