Bugzilla 53699 - Patch to correct BorderStyle enum positions

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1372063 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yegor Kozlov 2012-08-12 09:59:54 +00:00
parent e899c6a425
commit b200e0b4c2
2 changed files with 4 additions and 2 deletions

View File

@ -34,6 +34,8 @@
<changes>
<release version="3.9-beta1" date="2012-??-??">
<action dev="poi-developers" type="fix">53699 - Patch to correct BorderStyle enum positions </action>
<action dev="poi-developers" type="add">53064 - Ugly Duckling case study</action>
<action dev="poi-developers" type="add">53644 - XLS formula bugfix (CalFieldFunc) + WeekDay addon </action>
<action dev="poi-developers" type="add">53446 - Fixed some problems extracting PNGs </action>
<action dev="poi-developers" type="fix">53205 - Fixed some parsing errors and encoding issues in HDGF </action>

View File

@ -52,7 +52,7 @@ package org.apache.poi.ss.usermodel;
* dot border
*/
HAIR,
DOTTED,
/**
* Thick border
@ -70,7 +70,7 @@ package org.apache.poi.ss.usermodel;
* hair-line border
*/
DOTTED,
HAIR,
/**
* Medium dashed border