Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-06-17 15:19:39 +0000
committerEike Stepper2012-06-17 15:19:39 +0000
commit68b06c97f0cf022f741ed864c4005997e74a1669 (patch)
treef17b0a8fbd027cd758f6272a6f1ef63a7a3ee785 /plugins/org.eclipse.emf.cdo.releng.help/html/writer/examples/XmlSnippets.html
parente0d5c5e96b18887e686fc6530bbcf0afb426bfc9 (diff)
downloadcdo-68b06c97f0cf022f741ed864c4005997e74a1669.tar.gz
cdo-68b06c97f0cf022f741ed864c4005997e74a1669.tar.xz
cdo-68b06c97f0cf022f741ed864c4005997e74a1669.zip
Javadocs
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng.help/html/writer/examples/XmlSnippets.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.help/html/writer/examples/XmlSnippets.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng.help/html/writer/examples/XmlSnippets.html b/plugins/org.eclipse.emf.cdo.releng.help/html/writer/examples/XmlSnippets.html
index 1f1e920006..e136ca3276 100644
--- a/plugins/org.eclipse.emf.cdo.releng.help/html/writer/examples/XmlSnippets.html
+++ b/plugins/org.eclipse.emf.cdo.releng.help/html/writer/examples/XmlSnippets.html
@@ -64,8 +64,8 @@ function windowTitle()
&nbsp;&nbsp;<font color="#0000e1">&lt;acceptor&nbsp;type<font color="#000080">="tcp"</font>&nbsp;listenAddr<font color="#000080">="0.0.0.0"</font>&nbsp;port<font color="#000080">="2036"</font>/&gt;</font><br/>
<br/>
&nbsp;&nbsp;<font color="#3f7f5f">&lt;!--&nbsp;Examples:<br/>
-&nbsp;&nbsp;&lt;acceptor&nbsp;type="ssl"&nbsp;listenAddr="0.0.0.0"&nbsp;port="2036"/&gt;<br/>
-&nbsp;&nbsp;&lt;acceptor&nbsp;type="http"/&gt;<br/>
+&nbsp;&nbsp; &lt;acceptor&nbsp;type="ssl"&nbsp;listenAddr="0.0.0.0"&nbsp;port="2036"/&gt;<br/>
+ &nbsp;&nbsp; &lt;acceptor&nbsp;type="http"/&gt;<br/>
&nbsp;&nbsp;--&gt;</font><br/>
<br/>
&nbsp;&nbsp;<font color="#0000e1">&lt;repository&nbsp;name<font color="#000080">="repo1"</font>&gt;</font><br/>

Back to the top