From c5823a746f52e64ecc848aba02dbb6906c01e402 Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Sat, 1 Feb 2014 21:58:24 +0000 Subject: [PATCH] Fix javadoc formatting git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563489 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/org/apache/poi/hwpf/usermodel/CharacterRun.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; -- 2.39.5