Skip to content

Commit 920a4bc

Browse files
snjezamickaelistria
authored andcommitted
Fix ConnectionStreamFactory with javac
1 parent 1849cc1 commit 920a4bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/ConnectionStreamFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
*/
4141
public class ConnectionStreamFactory {
4242

43-
interface StreamProvider {
43+
protected interface StreamProvider {
4444
InputStream getInputStream() throws IOException;
4545

4646
OutputStream getOutputStream() throws IOException;

0 commit comments

Comments
 (0)