Skip to content

Commit

Permalink
hierynomus#836 make Share.queryInfo public
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosgit committed Jul 2, 2024
1 parent 9fdc5b4 commit 43f6642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/hierynomus/smbj/share/Share.java
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ Future<SMB2Close> closeFileIdNoWait(SMB2FileId fileId) throws SMBApiException {
return send(closeReq);
}

SMB2QueryInfoResponse queryInfo(SMB2FileId fileId, SMB2QueryInfoRequest.SMB2QueryInfoType infoType,
public SMB2QueryInfoResponse queryInfo(SMB2FileId fileId, SMB2QueryInfoRequest.SMB2QueryInfoType infoType,
Set<SecurityInformation> securityInfo, FileInformationClass fileInformationClass,
FileSystemInformationClass fileSystemInformationClass) {
SMB2QueryInfoRequest qreq = new SMB2QueryInfoRequest(dialect, sessionId, treeId, fileId, infoType,
Expand Down

0 comments on commit 43f6642

Please sign in to comment.