Skip to content

Fix 'occured' -> 'occurred' typos in 3 files#1939

Merged
jbonofre merged 1 commit intoapache:mainfrom
SAY-5:fix-occured-occurred-typo
Apr 17, 2026
Merged

Fix 'occured' -> 'occurred' typos in 3 files#1939
jbonofre merged 1 commit intoapache:mainfrom
SAY-5:fix-occured-occurred-typo

Conversation

@SAY-5
Copy link
Copy Markdown
Contributor

@SAY-5 SAY-5 commented Apr 17, 2026

Trivial spelling fix in three source files — occuredoccurred.

Four of the fixes are in user-visible LOG.warn messages:

  • activemq-ra/.../SimpleConnectionManager.java — four LOG.warn("Error occurred during the cleanup/destruction of a managed connection: ", e) calls emitted from connectionClosed / connectionErrorOccurred.

The other two are Javadoc:

  • activemq-client/.../TransportListener.java — doc on onException()
  • activemq-broker/.../JmsConnector.java@param on handleConnectionFailure()

No functional changes.

- activemq-ra/.../SimpleConnectionManager.java: four user-visible LOG.warn
  messages emitted from connectionClosed / connectionErrorOccurred.
- activemq-client/.../TransportListener.java: Javadoc on onException().
- activemq-broker/.../JmsConnector.java: @param Javadoc on
  handleConnectionFailure().

No functional changes.

Signed-off-by: Sai Asish Y <say.apm35@gmail.com>
@jbonofre jbonofre self-requested a review April 17, 2026 09:32
@jbonofre jbonofre merged commit cfd698a into apache:main Apr 17, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants