浏览代码

protected Inner

老九 3 年之前
父节点
当前提交
5de1943980
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      FastGithub.FlowAnalyze/DelegatingStream.cs

+ 1 - 1
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)
         {