Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.help.base/src/org/eclipse/help/standalone/Infocenter.java')
-rw-r--r--org.eclipse.help.base/src/org/eclipse/help/standalone/Infocenter.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.help.base/src/org/eclipse/help/standalone/Infocenter.java b/org.eclipse.help.base/src/org/eclipse/help/standalone/Infocenter.java
index 5875b46c1..cc025f201 100644
--- a/org.eclipse.help.base/src/org/eclipse/help/standalone/Infocenter.java
+++ b/org.eclipse.help.base/src/org/eclipse/help/standalone/Infocenter.java
@@ -16,7 +16,7 @@ import org.eclipse.help.internal.standalone.*;
* This is a standalone infocenter. It takes care of launching the Eclipse with
* its help system implementation. This class can be instantiated and used in a
* Java program, or can be launched from command line.
- *
+ *
* Usage as a Java component:
* <ul>
* <li>create an instantance of this class</li>
@@ -28,7 +28,7 @@ public class Infocenter {
private StandaloneInfocenter infocenter;
/**
* Constructs Infocenter
- *
+ *
* @param options
* array of String options and their values
* <p>
@@ -72,7 +72,7 @@ public class Infocenter {
}
/**
* Controls start up and shut down of infocenter from command line.
- *
+ *
* @param args
* array of String containing options Options are:
* <code>-command start | shutdown [-eclipsehome eclipseInstallPath] [-host helpServerHost] [-port helpServerPort] [-dir rtl] [-noexec] [platform options] [-vmargs JavaVMarguments]</code>

Back to the top