You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ye...@apache.org on 2012/08/12 11:59:54 UTC

svn commit: r1372063 - in /poi/trunk/src: documentation/content/xdocs/status.xml java/org/apache/poi/ss/usermodel/BorderStyle.java

Author: yegor
Date: Sun Aug 12 09:59:54 2012
New Revision: 1372063

URL: http://svn.apache.org/viewvc?rev=1372063&view=rev
Log:
Bugzilla 53699 - Patch to correct BorderStyle enum positions

Modified:
    poi/trunk/src/documentation/content/xdocs/status.xml
    poi/trunk/src/java/org/apache/poi/ss/usermodel/BorderStyle.java

Modified: poi/trunk/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/poi/trunk/src/documentation/content/xdocs/status.xml?rev=1372063&r1=1372062&r2=1372063&view=diff
==============================================================================
--- poi/trunk/src/documentation/content/xdocs/status.xml (original)
+++ poi/trunk/src/documentation/content/xdocs/status.xml Sun Aug 12 09:59:54 2012
@@ -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>

Modified: poi/trunk/src/java/org/apache/poi/ss/usermodel/BorderStyle.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ss/usermodel/BorderStyle.java?rev=1372063&r1=1372062&r2=1372063&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/ss/usermodel/BorderStyle.java (original)
+++ poi/trunk/src/java/org/apache/poi/ss/usermodel/BorderStyle.java Sun Aug 12 09:59:54 2012
@@ -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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org