Quellcode durchsuchen

2003-07-27 Andreas Nahr <[email protected]>

	* CredentialCache.cs: Removed undefined serializable attribute

svn path=/trunk/mcs/; revision=16736
Andreas N vor 22 Jahren
Ursprung
Commit
ca214ada3a

+ 4 - 0
mcs/class/System/System.Net/ChangeLog

@@ -1,3 +1,7 @@
+2003-07-27  Andreas Nahr <[email protected]>
+
+	* CredentialCache.cs: Removed undefined serializable attribute
+
 2003-07-20  Gonzalo Paniagua Javier <[email protected]>
 
 	* ChunkStream.cs:

+ 1 - 2
mcs/class/System/System.Net/CredentialCache.cs

@@ -1,5 +1,5 @@
 //
-// System.Net.CredentialCache
+// System.Net.CredentialCache.cs
 //
 // Author:
 //   Lawrence Pit ([email protected])
@@ -11,7 +11,6 @@ using System.Runtime.Serialization;
 
 namespace System.Net 
 {
-	[Serializable]
 	public class CredentialCache : ICredentials, IEnumerable
 	{
 		// Fields