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

Ron Sigal ron_sigal at yahoo.com
Wed Aug 2 02:55:33 EDT 2006


  User: rsigal  
  Date: 06/08/02 02:55:33

  Modified:    docs/guide/en  chap6.xml
  Log:
  JBREM-559:  Corrected couple of typos.
  
  Revision  Changes    Path
  1.3       +3 -2      JBossRemoting/docs/guide/en/chap6.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: chap6.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/en/chap6.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- chap6.xml	31 Jul 2006 05:03:42 -0000	1.2
  +++ chap6.xml	2 Aug 2006 06:55:33 -0000	1.3
  @@ -58,7 +58,8 @@
       happens automatically when remoting creates the stream server
       internally).</para>
   
  -    <para>Can also call invoke method on client an pass the invoker locator
  +    <para>Can also call <methodname>invoke()</methodname> method on client and
  +    pass the invoker locator
       would like to use and allow remoting to create the stream server using the
       specified locator.</para>
   
  @@ -68,7 +69,7 @@
       stopped when the stream is closed by the server's stream proxy.</para>
   
       <para>It is VERY IMPORTANT that the StreamInvocationHandler implementation
  -    close the InputStream when it finished reading, as will close the real
  +    close the InputStream when it finishes reading, as will close the real
       stream that lives within the client VM.</para>
   
       <section>
  
  
  



More information about the jboss-cvs-commits mailing list