Skip to content

Commit

Permalink
Removed extra semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
amarcionek committed Jan 2, 2019
1 parent 805c7b4 commit f9c4f22
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/src/main/java/org/dcache/nfs/v3/xdr/fileid3.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import org.dcache.oncrpc4j.rpc.OncRpcException;
import org.dcache.oncrpc4j.xdr.XdrAble;
import org.dcache.oncrpc4j.xdr.XdrDecodingStream;
import org.dcache.oncrpc4j.xdr.XdrEncodingStream;;
import org.dcache.oncrpc4j.xdr.XdrEncodingStream;
import java.io.IOException;

public class fileid3 implements XdrAble {
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/org/dcache/nfs/v3/xdr/nfstime3.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import org.dcache.oncrpc4j.rpc.OncRpcException;
import org.dcache.oncrpc4j.xdr.XdrAble;
import org.dcache.oncrpc4j.xdr.XdrDecodingStream;
import org.dcache.oncrpc4j.xdr.XdrEncodingStream;;
import org.dcache.oncrpc4j.xdr.XdrEncodingStream;
import java.io.IOException;

public class nfstime3 implements XdrAble {
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/org/dcache/nfs/v3/xdr/uint32.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import org.dcache.oncrpc4j.rpc.OncRpcException;
import org.dcache.oncrpc4j.xdr.XdrAble;
import org.dcache.oncrpc4j.xdr.XdrDecodingStream;
import org.dcache.oncrpc4j.xdr.XdrEncodingStream;;
import org.dcache.oncrpc4j.xdr.XdrEncodingStream;
import java.io.IOException;

public class uint32 implements XdrAble {
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/org/dcache/nfs/v4/xdr/uint32_t.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import org.dcache.oncrpc4j.rpc.OncRpcException;
import org.dcache.oncrpc4j.xdr.XdrAble;
import org.dcache.oncrpc4j.xdr.XdrDecodingStream;
import org.dcache.oncrpc4j.xdr.XdrEncodingStream;;
import org.dcache.oncrpc4j.xdr.XdrEncodingStream;
import java.io.IOException;
import java.io.Serializable;

Expand Down

0 comments on commit f9c4f22

Please sign in to comment.