Skip to content

IGNITE: fix 'occured' -> 'occurred' typos in 3 files#13046

Open
SAY-5 wants to merge 1 commit intoapache:masterfrom
SAY-5:fix-occured-occurred-typo
Open

IGNITE: fix 'occured' -> 'occurred' typos in 3 files#13046
SAY-5 wants to merge 1 commit intoapache:masterfrom
SAY-5:fix-occured-occurred-typo

Conversation

@SAY-5
Copy link
Copy Markdown

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

Trivial spelling fix in three source files — occuredoccurred.

All three occurrences are in API documentation, where /// <exception> and @throws tags are rendered in the Javadoc / C# XML-doc output that users see:

  • modules/core/.../mxbean/MetricsMxBean.java@throws IgniteException If some error occurred. on configureHitRateMetric and configureHistogramMetric.
  • modules/core/.../management/cache/IdleVerifyException.java — class Javadoc.
  • modules/platforms/dotnet/.../Cache/ICache.cs<exception cref="CacheEntryProcessorException">If an exception has occurred during processing.</exception> on Invoke / InvokeAll overloads.

No functional changes.

- modules/core/.../mxbean/MetricsMxBean.java (two Javadoc @throws tags).
- modules/core/.../management/cache/IdleVerifyException.java (class Javadoc).
- modules/platforms/dotnet/.../Cache/ICache.cs (three <exception> cref tags on Invoke/InvokeAll).

No functional changes.

Signed-off-by: Sai Asish Y <say.apm35@gmail.com>
@SAY-5 SAY-5 requested a review from ptupitsyn as a code owner April 17, 2026 07:41
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.

1 participant