Skip to content

Commit e4f79af

Browse files
committed
Add missing import.
Signed-off-by: David Kocher <[email protected]>
1 parent a06e8ec commit e4f79af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
package org.dcache.nfs.v4;
2121

2222
import org.dcache.nfs.ChimeraNFSException;
23+
import org.dcache.nfs.status.BadStateidException;
2324
import org.dcache.nfs.v4.xdr.nfs4_prot;
2425
import org.dcache.nfs.v4.xdr.stateid4;
2526
import org.slf4j.Logger;

0 commit comments

Comments
 (0)