From: Javen O'Neal Date: Sat, 11 Jun 2016 11:01:48 +0000 (+0000) Subject: fix spelling in javadoc X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=66498c10aff02ff08b1dfa52f78a3e76c2b5161b;p=poi.git 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 --- diff --git a/src/java/org/apache/poi/ss/usermodel/CellStyle.java b/src/java/org/apache/poi/ss/usermodel/CellStyle.java index 518003944e..e0b3dad3e2 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();