Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jface.text/src/org/eclipse/jface/text/formatter/IFormattingStrategy.java')
-rw-r--r--org.eclipse.jface.text/src/org/eclipse/jface/text/formatter/IFormattingStrategy.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.jface.text/src/org/eclipse/jface/text/formatter/IFormattingStrategy.java b/org.eclipse.jface.text/src/org/eclipse/jface/text/formatter/IFormattingStrategy.java
index 6e39572a995..1416890aa55 100644
--- a/org.eclipse.jface.text/src/org/eclipse/jface/text/formatter/IFormattingStrategy.java
+++ b/org.eclipse.jface.text/src/org/eclipse/jface/text/formatter/IFormattingStrategy.java
@@ -21,8 +21,9 @@ package org.eclipse.jface.text.formatter;
* <li><code>format</code>
* <li><code>formatterStops</code>
* </ul>
+ * <p>
* This interface must be implemented by clients. Implementers should be registered with
- * a content formatter in order get involved in the formatting process.
+ * a content formatter in order get involved in the formatting process.</p>
*/
public interface IFormattingStrategy {

Back to the top