From: Nick Burch Date: Sat, 1 Feb 2014 21:58:24 +0000 (+0000) Subject: Fix javadoc formatting X-Git-Tag: REL_3_11_BETA1~297 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=71b6ee97573daf40b58422b521482bdce9fdde32;p=poi.git Fix javadoc formatting git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563489 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/scratchpad/src/org/apache/poi/hwpf/usermodel/CharacterRun.java b/src/scratchpad/src/org/apache/poi/hwpf/usermodel/CharacterRun.java index 41c0b8ad68..43d2a9b33c 100644 --- a/src/scratchpad/src/org/apache/poi/hwpf/usermodel/CharacterRun.java +++ b/src/scratchpad/src/org/apache/poi/hwpf/usermodel/CharacterRun.java @@ -633,14 +633,14 @@ public final class CharacterRun } /** - * Returns the index of the base style which applies to + *

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)}.

+ *

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.

*/ public short getStyleIndex() { return _istd;