Skip to content

Commit a460a05

Browse files
committed
javadoc: fix typo
1 parent e6e1941 commit a460a05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/java/org/dcache/nfs/v4/DisposeListener.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ public interface DisposeListener<T> {
2828

2929
/**
3030
* Called when attached object is disposed.
31-
* @param attachement disposed object
31+
* @param attachment disposed object
3232
* @throws ChimeraNFSException on errors.
3333
*/
34-
void notifyDisposed(T attachement) throws ChimeraNFSException;
34+
void notifyDisposed(T attachment) throws ChimeraNFSException;
3535
}

0 commit comments

Comments
 (0)