Author: nick
Date: Sat Feb  1 21:58:24 2014
New Revision: 1563489

URL: http://svn.apache.org/r1563489
Log:
Fix javadoc formatting

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

Modified: 
poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/usermodel/CharacterRun.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/usermodel/CharacterRun.java?rev=1563489&r1=1563488&r2=1563489&view=diff
==============================================================================
--- 
poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/usermodel/CharacterRun.java 
(original)
+++ 
poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/usermodel/CharacterRun.java 
Sat Feb  1 21:58:24 2014
@@ -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;



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to