[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Shane Bryzak sbryzak at redhat.com
Wed May 23 19:34:27 EDT 2007


  User: sbryzak2
  Date: 07/05/23 19:34:27

  Modified:    doc/reference/en/modules  remoting.xml
  Log:
  fixed minor error
  
  Revision  Changes    Path
  1.23      +2 -2      jboss-seam/doc/reference/en/modules/remoting.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: remoting.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/remoting.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- remoting.xml	13 Apr 2007 23:49:38 -0000	1.22
  +++ remoting.xml	23 May 2007 23:34:26 -0000	1.23
  @@ -747,8 +747,8 @@
           to test whether the message is a <literal>Seam.Remoting.TextMessage</literal> or
             <literal>Seam.Remoting.ObjectMessage</literal>. A <literal>TextMessage</literal> contains the text value in
           its <literal>text</literal> field (or alternatively call <literal>getText()</literal> on it), while an
  -          <literal>ObjectMessage</literal> contains its object value in its <literal>object</literal> field (or call its
  -          <literal>getObject()</literal> method). </para>
  +          <literal>ObjectMessage</literal> contains its object value in its <literal>value</literal> field (or call its
  +          <literal>getValue()</literal> method). </para>
       </sect2>
   
       <sect2>
  
  
  



More information about the jboss-cvs-commits mailing list