Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nfs4: make extended NFSv4StateHandler constructor public
Motivation: the NFSv4StateHandler(leaseTime, instanceId, clientStore) constructor can be used by NFS servers to control NFSv4StateHandler instance creation. As extended constructor is package protected, thus control is unavailable to other modules. Modification: make extended NFSv4StateHandler constructor public. Updated javadoc. Result: more control on how instance of NFSv4StateHandler created. Acked-by: Paul Millar Target: master
- Loading branch information