老九 3 anni fa
parent
commit
5de1943980
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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)
         {