Skip to content

Commit

Permalink
Fix ConnectionStreamFactory with javac
Browse files Browse the repository at this point in the history
  • Loading branch information
snjeza authored and mickaelistria committed Aug 30, 2024
1 parent 1849cc1 commit 920a4bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
*/
public class ConnectionStreamFactory {

interface StreamProvider {
protected interface StreamProvider {
InputStream getInputStream() throws IOException;

OutputStream getOutputStream() throws IOException;
Expand Down

0 comments on commit 920a4bc

Please sign in to comment.