Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-09-02 17:40:40 +0000
committerEike Stepper2011-09-02 17:40:40 +0000
commit39e55d340b79a835ec815ea688d8f3011506a935 (patch)
tree561a25786c263a84b30fd6023ac90096a568f243 /plugins/org.eclipse.net4j.doc/javadoc/overview-summary.html
parent43e934e2b6d9df9b72eb229da769ee8954079c61 (diff)
downloadcdo-39e55d340b79a835ec815ea688d8f3011506a935.tar.gz
cdo-39e55d340b79a835ec815ea688d8f3011506a935.tar.xz
cdo-39e55d340b79a835ec815ea688d8f3011506a935.zip
update javadoc to juno
Diffstat (limited to 'plugins/org.eclipse.net4j.doc/javadoc/overview-summary.html')
-rw-r--r--plugins/org.eclipse.net4j.doc/javadoc/overview-summary.html26
1 files changed, 13 insertions, 13 deletions
diff --git a/plugins/org.eclipse.net4j.doc/javadoc/overview-summary.html b/plugins/org.eclipse.net4j.doc/javadoc/overview-summary.html
index ba49535a82..b0231aeee2 100644
--- a/plugins/org.eclipse.net4j.doc/javadoc/overview-summary.html
+++ b/plugins/org.eclipse.net4j.doc/javadoc/overview-summary.html
@@ -84,7 +84,7 @@ function windowTitle()
<h1>Net4j Signalling Platform Documentation</h1>
</H1>
</CENTER>
-
+
The Net4j Signalling platform is an extensible client/server communications framework.
<P>
<B>See:</B>
@@ -123,7 +123,7 @@ The Net4j Signalling platform is an extensible client/server communications fram
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="20%"><B><A HREF="org/eclipse/net4j/signal/package-summary.html">org.eclipse.net4j.signal</A></B></TD>
-<TD>A framework for request/response based communication on top of
+<TD>A framework for request/response based communication on top of
the Net4j transport layer.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
@@ -225,17 +225,17 @@ the Net4j transport layer.</TD>
<P>
&nbsp;<A NAME="overview_description"><!-- --></A>
<P>
-<p>
-The Net4j Signalling platform is an extensible client/server communications framework.
-</p>
-
-<img src="resources/Net4j-Multiplexing.png"/>
-
-<p>
-Net4j eases the development of fast and maintainable application protocols that are independent
-of the physical transport medium. Transport protocols are pluggable and Net4j ships with support
-for TCP, HTTP and in-memory transport. The core of Net4j is a fast, asynchronous and non-blocking
-buffer multiplexing kernel, based on OSGi but also executable stand-alone.
+<p>
+The Net4j Signalling platform is an extensible client/server communications framework.
+</p>
+
+<img src="resources/Net4j-Multiplexing.png"/>
+
+<p>
+Net4j eases the development of fast and maintainable application protocols that are independent
+of the physical transport medium. Transport protocols are pluggable and Net4j ships with support
+for TCP, HTTP and in-memory transport. The core of Net4j is a fast, asynchronous and non-blocking
+buffer multiplexing kernel, based on OSGi but also executable stand-alone.
</p>
<P>

Back to the top