Skip to content

Commit 7423651

Browse files
SAY-5rzo1
authored andcommitted
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 <say.apm35@gmail.com>
1 parent a2caed9 commit 7423651

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

storm-server/src/main/java/org/apache/storm/localizer/LocallyCachedBlob.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ protected DownloadMeta fetch(ClientBlobStore store, String key,
159159
protected abstract void commitNewVersion(long version) throws IOException;
160160

161161
/**
162-
* Clean up any temporary files. This will be called after updating a blob, either successfully or if an error has occured.
162+
* Clean up any temporary files. This will be called after updating a blob, either successfully or if an error has occurred.
163163
* The goal is to find any files that may be left over and remove them so space is not leaked.
164164
* PRECONDITION: this can only be called with a lock on this instance held.
165165
*/

0 commit comments

Comments
 (0)