Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/internal/StructureCreatorDescriptor.java')
-rw-r--r--bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/internal/StructureCreatorDescriptor.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/internal/StructureCreatorDescriptor.java b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/internal/StructureCreatorDescriptor.java
index 8d0bc78ad..be8a4d6b9 100644
--- a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/internal/StructureCreatorDescriptor.java
+++ b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/internal/StructureCreatorDescriptor.java
@@ -25,14 +25,14 @@ public class StructureCreatorDescriptor {
private IConfigurationElement fElement;
- /**
+ /*
* Creates a new sorter node with the given configuration element.
*/
public StructureCreatorDescriptor(IConfigurationElement element) {
fElement= element;
}
- /**
+ /*
* Creates a new sorter from this node.
*/
public IStructureCreator createStructureCreator() {
@@ -48,7 +48,7 @@ public class StructureCreatorDescriptor {
}
}
- /**
+ /*
* Returns the structure creator's extensions.
*/
public String getExtension() {

Back to the top