Skip to content

Commit 342a842

Browse files
committed
private ctor
1 parent 181c9d4 commit 342a842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Renci.SshNet/Sftp/SftpFileStream.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ public TimeSpan Timeout
191191
}
192192
}
193193

194-
internal SftpFileStream(ISftpSession session, string path, FileAccess access, int bufferSize, byte[] handle, long position)
194+
private SftpFileStream(ISftpSession session, string path, FileAccess access, int bufferSize, byte[] handle, long position)
195195
{
196196
Timeout = TimeSpan.FromSeconds(30);
197197
Name = path;

0 commit comments

Comments
 (0)