CVS update: JGroups/src/org/jgroups/protocols FC.java

"Bela Ban" <[email protected]>
Newsgroups gmane.comp.java.javagroups.cvs
Message-ID <[email protected]>
  User: belaban 
  Date: 10/08/19 12:59:23

  Modified:    src/org/jgroups/protocols FC.java
  Log:
  fixed typo
  
  Revision  Changes    Path
  1.119     +2 -3      JGroups/src/org/jgroups/protocols/FC.java
  
  Index: FC.java
  ===================================================================
  RCS file: /cvsroot/javagroups/JGroups/src/org/jgroups/protocols/FC.java,v
  retrieving revision 1.118
  retrieving revision 1.119
  diff -u -r1.118 -r1.119
  --- FC.java	14 Aug 2010 14:59:31 -0000	1.118
  +++ FC.java	19 Aug 2010 12:59:23 -0000	1.119
  @@ -32,7 +32,7 @@
    * <li>Receivers don't send the full credits (max_credits), but rather tha actual number of bytes received
    * <ol/>
    * @author Bela Ban
  - * @version $Id: FC.java,v 1.118 2010/08/14 14:59:31 belaban Exp $
  + * @version $Id: FC.java,v 1.119 2010/08/19 12:59:23 belaban Exp $
    */
   @MBean(description="Simple flow control protocol based on a credit system")
   public class FC extends Protocol {
  @@ -804,8 +804,7 @@
   
       private void sendCredit(Address dest, long credit) {
           if(log.isTraceEnabled())
  -            log.trace("replentished " + dest + " with " + credit
  -					+ " credits");
  +            log.trace("replenishing " + dest + " with " + credit	+ " credits");
           Number number;
           if(credit < Integer.MAX_VALUE)
               number=(int)credit;
  
  
  

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.