We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e1941 commit a460a05Copy full SHA for a460a05
core/src/main/java/org/dcache/nfs/v4/DisposeListener.java
@@ -28,8 +28,8 @@ public interface DisposeListener<T> {
28
29
/**
30
* Called when attached object is disposed.
31
- * @param attachement disposed object
+ * @param attachment disposed object
32
* @throws ChimeraNFSException on errors.
33
*/
34
- void notifyDisposed(T attachement) throws ChimeraNFSException;
+ void notifyDisposed(T attachment) throws ChimeraNFSException;
35
}
0 commit comments