Merge pull request #2092 from kasthack/system-web-stuff-import
[mono.git] / mcs / class / System / System.Net / EndPoint.cs
index 73b55c883541cb66de8dfbbc0c75bd61b4db918e..6e1f4483b81f77e081a120f787f4e6d6cca3c27c 100644 (file)
@@ -41,7 +41,7 @@ namespace System.Net {
                        get { throw NotImplemented (); }
                }
                
-               public virtual EndPoint Create (SocketAddress address)
+               public virtual EndPoint Create (SocketAddress socketAddress)
                {
                        throw NotImplemented ();
                }