Skip to content

Commit

Permalink
#836 make Share.queryInfo public (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosgit authored Dec 9, 2024
1 parent 9df23a1 commit 2cb8871
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 2cb8871

Please sign in to comment.