[jboss-cvs] JBossRemoting/docs/guide/en ...

Ron Sigal ron_sigal at yahoo.com
Wed Aug 2 03:05:41 EDT 2006


  User: rsigal  
  Date: 06/08/02 03:05:41

  Modified:    docs/guide/en  chap7.xml
  Log:
  JBREM-559:  Corrected a couple of typos.
  
  Revision  Changes    Path
  1.4       +3 -3      JBossRemoting/docs/guide/en/chap7.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: chap7.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/en/chap7.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- chap7.xml	31 Jul 2006 21:11:16 -0000	1.3
  +++ chap7.xml	2 Aug 2006 07:05:41 -0000	1.4
  @@ -1,7 +1,7 @@
     <chapter>
       <title>Serialization</title>
   
  -    <para>Serialization - how it works within remoting In general, remoting
  +    <para>Serialization - how it works within remoting: In general, remoting
       will rely on a factory to provide the serialization implementation, or
       <code>org.jboss.remoting.serialization.SerializationManager</code>, to be
       used when doing object serialization. This factory is
  @@ -20,7 +20,7 @@
       serialization provide by the JVM, which is the default. The 'jboss' type
       uses
       <code>org.jboss.remoting.serialization.impl.jboss.JBossSerializationManager</code>
  -    as the SerializationManger implementation and is backed by JBoss
  +    as the SerializationManager implementation and is backed by JBoss
       Serialization.</para>
   
       <para>JBoss Serialization is a new project under development to provide a
  @@ -40,5 +40,5 @@
       <para>It is possible to override the default SerializationManger
       implementation to be used by setting the system property 'SERIALIZATION'
       to the fully qualified name of the class to use (which will need to
  -    provide a void contructor).</para>
  +    provide a void constructor).</para>
     </chapter>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list