]> source.dussan.org Git - poi.git/commitdiff
Fix javadoc formatting
authorNick Burch <nick@apache.org>
Sat, 1 Feb 2014 21:58:24 +0000 (21:58 +0000)
committerNick Burch <nick@apache.org>
Sat, 1 Feb 2014 21:58:24 +0000 (21:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563489 13f79535-47bb-0310-9956-ffa450edef68

src/scratchpad/src/org/apache/poi/hwpf/usermodel/CharacterRun.java

index 41c0b8ad682a71653e14961cd8f7d9c36e44a359..43d2a9b33c4f20ba924fa7c468028aa1ec9bba3f 100644 (file)
@@ -633,14 +633,14 @@ public final class CharacterRun
   }
   
   /**
-   * Returns the index of the base style which applies to
+   * <p>Returns the index of the base style which applies to
    *  this Run. Details of the style can be looked up
    *  from the {@link StyleSheet}, via
-   *  {@link StyleSheet#getStyleDescription(int)}.
-   * Note that runs typically override some of the style
+   *  {@link StyleSheet#getStyleDescription(int)}.</p>
+   * <p>Note that runs typically override some of the style
    *  properties from the base, so normally style information
    *  should be fetched directly from the {@link CharacterRun}
-   *  itself. 
+   *  itself.</p>
    */
   public short getStyleIndex() {
     return _istd;