diff --git a/src/ooxml/java/org/apache/poi/xwpf/usermodel/BreakClear.java b/src/ooxml/java/org/apache/poi/xwpf/usermodel/BreakClear.java index ef66541bd3..ec107931bc 100755 --- a/src/ooxml/java/org/apache/poi/xwpf/usermodel/BreakClear.java +++ b/src/ooxml/java/org/apache/poi/xwpf/usermodel/BreakClear.java @@ -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 diff --git a/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFRun.java b/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFRun.java index 60ebac5c87..3c9e9c2c52 100755 --- a/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFRun.java +++ b/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFRun.java @@ -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. *
* 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. *
* The behavior of this break character (the * location where text shall be restarted after this break) shall be