소스 검색

Fixed namespace and accessibility.

drieseng 9 년 전
부모
커밋
9c27c4f083
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      src/Renci.SshNet.NET35/Common/Extensions.NET35.cs

+ 5 - 5
src/Renci.SshNet.NET35/Common/Extensions.NET35.cs

@@ -1,16 +1,16 @@
 using System;
-using System.Text;
+using System.Diagnostics;
 using System.Net.Sockets;
-using System.Threading;
 using System.Security.Cryptography;
-using System.Diagnostics;
+using System.Text;
+using System.Threading;
 
-namespace Renci.SshNet
+namespace Renci.SshNet.Common
 {
     /// <summary>
     /// Collection of different extension method specific for .NET 3.5
     /// </summary>
-    public static partial class Extensions
+    internal static partial class Extensions
     {
         /// <summary>
         /// Disposes the specified socket.