From do-not-reply at jboss.org Mon Sep 12 09:30:11 2011 Content-Type: multipart/mixed; boundary="===============5476174356394399061==" MIME-Version: 1.0 From: do-not-reply at jboss.org To: hornetq-commits at lists.jboss.org Subject: [hornetq-commits] JBoss hornetq SVN: r11322 - branches/HORNETQ-720_Replication/hornetq-commons/src/main/java/org/hornetq/api/core. Date: Mon, 12 Sep 2011 09:30:11 -0400 Message-ID: <201109121330.p8CDUBxk014953@svn01.web.mwc.hst.phx2.redhat.com> --===============5476174356394399061== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: borges Date: 2011-09-12 09:30:10 -0400 (Mon, 12 Sep 2011) New Revision: 11322 Modified: branches/HORNETQ-720_Replication/hornetq-commons/src/main/java/org/horne= tq/api/core/HornetQException.java Log: Past tense of occur is "occurred" Modified: branches/HORNETQ-720_Replication/hornetq-commons/src/main/java/or= g/hornetq/api/core/HornetQException.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 --- branches/HORNETQ-720_Replication/hornetq-commons/src/main/java/org/horn= etq/api/core/HornetQException.java 2011-09-12 12:20:07 UTC (rev 11321) +++ branches/HORNETQ-720_Replication/hornetq-commons/src/main/java/org/horn= etq/api/core/HornetQException.java 2011-09-12 13:30:10 UTC (rev 11322) @@ -14,9 +14,9 @@ package org.hornetq.api.core; = /** - * = - * HornetQException is the root exception for HornetQ API. = - * = + * + * HornetQException is the root exception for HornetQ API. + * * @author Tim Fox * */ @@ -57,7 +57,7 @@ public static final int UNBLOCKED =3D 005; = /** - * Unexpected I/O error occured on the server. + * Unexpected I/O error occurred on the server. */ public static final int IO_ERROR =3D 006; = @@ -83,13 +83,13 @@ public static final int INVALID_FILTER_EXPRESSION =3D 103; = /** - * A HornetQ resource is not in a legal state (e.g. calling = + * A HornetQ resource is not in a legal state (e.g. calling * ClientConsumer.receive() if a MessageHandler is set) */ public static final int ILLEGAL_STATE =3D 104; = /** - * A security problem occured (authentication issues, permission issues= ,...) + * A security problem occurred (authentication issues, permission issue= s,...) */ public static final int SECURITY_EXCEPTION =3D 105; = @@ -128,17 +128,17 @@ * server is starting and has not finish to be initialized) */ public static final int SESSION_CREATION_REJECTED =3D 112; - = + /** * A DuplicateID was rejected. */ public static final int DUPLICATE_ID_REJECTED =3D 113; = - = + // Native Error codes ---------------------------------------------- = /** - * A internal error occured in the AIO native code + * A internal error occurred in the AIO native code */ public static final int NATIVE_ERROR_INTERNAL =3D 200; = @@ -168,12 +168,12 @@ public static final int NATIVE_ERROR_CANT_OPEN_CLOSE_FILE =3D 205; = /** - * An error occured while allocating a queue in AIO native code + * An error occurred while allocating a queue in AIO native code */ public static final int NATIVE_ERROR_CANT_ALLOCATE_QUEUE =3D 206; = /** - * An error occured while pre-allocating a file in AIO native code + * An error occurred while pre-allocating a file in AIO native code */ public static final int NATIVE_ERROR_PREALLOCATE_FILE =3D 208; = --===============5476174356394399061==--