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 2010/10/09 15:47:54 UTC

svn commit: r1006161 - /poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/usermodel/BorderCode.java

Author: yegor
Date: Sat Oct  9 13:47:53 2010
New Revision: 1006161

URL: http://svn.apache.org/viewvc?rev=1006161&view=rev
Log:
fixed unmappable characters for ASCII

Modified:
    poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/usermodel/BorderCode.java

Modified: poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/usermodel/BorderCode.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/usermodel/BorderCode.java?rev=1006161&r1=1006160&r2=1006161&view=diff
==============================================================================
--- poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/usermodel/BorderCode.java (original)
+++ poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/usermodel/BorderCode.java Sat Oct  9 13:47:53 2010
@@ -118,7 +118,7 @@ public final class BorderCode implements
    * <li>23  dash dot stroked
    * <li>24  emboss 3D
    * <li>25  engrave 3D
-   * <li>codes 64 – 230 represent border art types and are used only for page borders
+   * <li>codes 64 - 230 represent border art types and are used only for page borders
    */
   public int getBorderType() {
     return _brcType.getShortValue(_info);
@@ -184,7 +184,7 @@ public final class BorderCode implements
   }
   
   /**
-   * Don‘t reverse the border.
+   * Don't reverse the border.
    */
   public boolean isFrame() {
     return _fFrame.getValue(_info2) != 0;



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