This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new 74236510b docs: fix 'occured' -> 'occurred' in LocallyCachedBlob
Javadoc
74236510b is described below
commit 74236510b0f480b66fedbbeb3bbd2b7e2f4225d6
Author: Sai Asish Y <[email protected]>
AuthorDate: Fri Apr 17 01:01:06 2026 -0700
docs: fix 'occured' -> 'occurred' in LocallyCachedBlob Javadoc
Single-word spelling correction on the cleanup() method Javadoc.
No functional changes.
Signed-off-by: Sai Asish Y <[email protected]>
---
.../src/main/java/org/apache/storm/localizer/LocallyCachedBlob.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/storm-server/src/main/java/org/apache/storm/localizer/LocallyCachedBlob.java
b/storm-server/src/main/java/org/apache/storm/localizer/LocallyCachedBlob.java
index 6d4e6c577..56ca33891 100644
---
a/storm-server/src/main/java/org/apache/storm/localizer/LocallyCachedBlob.java
+++
b/storm-server/src/main/java/org/apache/storm/localizer/LocallyCachedBlob.java
@@ -159,7 +159,7 @@ public abstract class LocallyCachedBlob {
protected abstract void commitNewVersion(long version) throws IOException;
/**
- * Clean up any temporary files. This will be called after updating a
blob, either successfully or if an error has occured.
+ * Clean up any temporary files. This will be called after updating a
blob, either successfully or if an error has occurred.
* The goal is to find any files that may be left over and remove them so
space is not leaked.
* PRECONDITION: this can only be called with a lock on this instance held.
*/