Skip to content

Commit

Permalink
nfs: remove exception declaration from constructor
Browse files Browse the repository at this point in the history
Signed-off-by: Rémi Alvergnat <remi.alvergnat@gfi.fr>
  • Loading branch information
Toilal committed Dec 5, 2018
1 parent 07d040b commit 613f648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/dcache/nfs/v3/NfsServerV3.java
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public class NfsServerV3 extends nfs3_protServerStub {

private final writeverf3 writeVerifier = generateInstanceWriteVerifier();

public NfsServerV3(ExportFile exports, VirtualFileSystem fs) throws OncRpcException, IOException {
public NfsServerV3(ExportFile exports, VirtualFileSystem fs) {
_vfs = fs;
_exports = exports;
}
Expand Down

0 comments on commit 613f648

Please sign in to comment.