Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/text/folding/ICFoldingStructureProvider.java')
-rw-r--r--core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/text/folding/ICFoldingStructureProvider.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/text/folding/ICFoldingStructureProvider.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/text/folding/ICFoldingStructureProvider.java
index dc3bfd53bb3..57b8d4995c3 100644
--- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/text/folding/ICFoldingStructureProvider.java
+++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/text/folding/ICFoldingStructureProvider.java
@@ -26,7 +26,7 @@ import org.eclipse.ui.texteditor.ITextEditor;
* <p>
* Clients may implement this interface.
* </p>
- *
+ *
*/
public interface ICFoldingStructureProvider {
@@ -35,7 +35,7 @@ public interface ICFoldingStructureProvider {
* Implementations should listen to the projection events generated by
* <code>viewer</code> and enable / disable generation of projection
* structure accordingly.
- *
+ *
* @param editor the editor that this provider works on
* @param viewer the projection viewer that displays the annotations created
* by this structure provider

Back to the top