From do-not-reply at jboss.org Tue Jan 3 06:54:28 2012 Content-Type: multipart/mixed; boundary="===============5291965295089201869==" MIME-Version: 1.0 From: do-not-reply at jboss.org To: hornetq-commits at lists.jboss.org Subject: [hornetq-commits] JBoss hornetq SVN: r11951 - trunk/hornetq-core/src/main/java/org/hornetq/core/server/impl. Date: Tue, 03 Jan 2012 06:54:28 -0500 Message-ID: <201201031154.q03BsSsG014550@svn01.web.mwc.hst.phx2.redhat.com> --===============5291965295089201869== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: borges Date: 2012-01-03 06:54:28 -0500 (Tue, 03 Jan 2012) New Revision: 11951 Modified: trunk/hornetq-core/src/main/java/org/hornetq/core/server/impl/ServerCons= umerImpl.java Log: Fix spelling in javadoc. Modified: trunk/hornetq-core/src/main/java/org/hornetq/core/server/impl/Ser= verConsumerImpl.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/hornetq-core/src/main/java/org/hornetq/core/server/impl/ServerCon= sumerImpl.java 2012-01-03 11:54:13 UTC (rev 11950) +++ trunk/hornetq-core/src/main/java/org/hornetq/core/server/impl/ServerCon= sumerImpl.java 2012-01-03 11:54:28 UTC (rev 11951) @@ -53,7 +53,7 @@ * @author Tim Fox * @author Jeff Mesnil * @author Clebert Suconic<= /a> - * = + * * @version $Revision: 3783 $ $Id: ServerConsumerImpl.java 3783 2= 008-02-25 12:15:14Z timfox $ */ public class ServerConsumerImpl implements ServerConsumer, ReadyListener @@ -92,7 +92,8 @@ } = /** - * if we are a browse only consumer we don't need to worry about acknow= ledgemenets or being started/stopeed by the session. + * if we are a browse only consumer we don't need to worry about acknow= ledgements or being + * started/stopped by the session. */ private final boolean browseOnly; = @@ -118,9 +119,9 @@ = /* As well as consumer credit based flow control, we also tap into TCP = flow control (assuming transport is using TCP) * This is useful in the case where consumer-window-size =3D -1, but we= don't want to OOM by sending messages ad infinitum to the Netty - * write queue when the TCP buffer is full, e.g. the client is slow or = has died. = + * write queue when the TCP buffer is full, e.g. the client is slow or = has died. */ - private AtomicBoolean writeReady =3D new AtomicBoolean(true); + private final AtomicBoolean writeReady =3D new AtomicBoolean(true); = private final long creationTime; = @@ -689,7 +690,7 @@ = private void promptDelivery() { - // largeMessageDeliverer is aways set inside a lock + // largeMessageDeliverer is always set inside a lock // if we don't acquire a lock, we will have NPE eventually if (largeMessageDeliverer !=3D null) { --===============5291965295089201869==--