SAY-5 opened a new pull request, #13046: URL: https://github.com/apache/ignite/pull/13046
Trivial spelling fix in three source files — `occured` → `occurred`. 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
