Skip to content
Snippets Groups Projects
Commit d738f817 authored by Mick Jordan's avatar Mick Jordan
Browse files

fix compile erro from previous changeset

parent bdd28845
Branches
No related tags found
No related merge requests found
......@@ -959,6 +959,11 @@ public class ConnectionSupport implements RContext.StateFactory {
return true;
}
@Override
public int getc() throws IOException {
return getInputStream().read();
}
}
abstract static class BasePathRConnection extends BaseRConnection {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment