From 215b451b783c3bddee73f8938841ced87432c71f Mon Sep 17 00:00:00 2001 From: David Dykstal Date: Tue, 19 Jun 2007 00:39:44 +0000 Subject: [PATCH] [cleanup] minor javadoc formatting --- .../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/Mnemonics.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/Mnemonics.java b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/Mnemonics.java index 352015f480c..681c54b394f 100644 --- a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/Mnemonics.java +++ b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/Mnemonics.java @@ -95,7 +95,8 @@ public class Mnemonics { public static final int APPEND_MNEMONICS = 2; /** - * The simple name of the preference that holds the pattern to be used for matching against the locale to determine if APPEND_MNEMONICS option applies. + * The simple name of the preference that holds the pattern to be used for matching + * against the locale to determine if APPEND_MNEMONICS option applies. */ public static final String APPEND_MNEMONICS_PATTERN_PREFERENCE = "APPEND_MNEMONICS_PATTERN"; //$NON-NLS-1$