]> source.dussan.org Git - poi.git/commitdiff
Fixed "warning: unmappable character for encoding UTF8" (changed apostrophe char...
authorJosh Micich <josh@apache.org>
Thu, 15 Jan 2009 23:13:54 +0000 (23:13 +0000)
committerJosh Micich <josh@apache.org>
Thu, 15 Jan 2009 23:13:54 +0000 (23:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@734850 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/java/org/apache/poi/xwpf/usermodel/BreakClear.java
src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFRun.java

index ef66541bd3a4c813eab78a3ad740f7abf0858b6e..ec107931bc636b216d6802b191f0293713a98abb 100755 (executable)
@@ -21,7 +21,7 @@ import java.util.Map;
 
 /**
  * Specifies the set of possible restart locations which may be used as to
- * determine the next available line when a breakÕs type attribute has a value
+ * determine the next available line when a break's type attribute has a value
  * of textWrapping.
  * 
  * @author Gisella Bronzetti
index 60ebac5c87694f9d90bf03b69dfe2269d4736fbc..3c9e9c2c52eb4916f13ae3980111e2c538bb21d9 100755 (executable)
@@ -406,7 +406,7 @@ public class XWPFRun {
      * content. 
      * A break is a special character which is used to override the
      * normal line breaking that would be performed based on the normal layout
-     * of the documentÕs contents. 
+     * of the document's contents. 
      * @see addCarriageReturn()
      */
     public void addBreak() {
@@ -418,7 +418,7 @@ public class XWPFRun {
      * content.
      * A break is a special character which is used to override the
      * normal line breaking that would be performed based on the normal layout
-     * of the documentÕs contents.
+     * of the document's contents.
      * <p>
      * The behavior of this break character (the
      * location where text shall be restarted after this break) shall be
@@ -436,7 +436,7 @@ public class XWPFRun {
      * Specifies that a break shall be placed at the current location in the run
      * content. A break is a special character which is used to override the
      * normal line breaking that would be performed based on the normal layout
-     * of the documentÕs contents.
+     * of the document's contents.
      * <p>
      * The behavior of this break character (the
      * location where text shall be restarted after this break) shall be