diff --git a/FastGithub.FlowAnalyze/DelegatingStream.cs b/FastGithub.FlowAnalyze/DelegatingStream.cs index 0e36d0a..603ce07 100644 --- a/FastGithub.FlowAnalyze/DelegatingStream.cs +++ b/FastGithub.FlowAnalyze/DelegatingStream.cs @@ -7,7 +7,7 @@ namespace FastGithub.FlowAnalyze { abstract class DelegatingStream : Stream { - public Stream Inner { get; } + protected Stream Inner { get; } public DelegatingStream(Stream inner) {