Skip to content

Commit c0c49cb

Browse files
author
Nick Drochak
committed
2002-02-12 Nick Drochak <[email protected]>
* PathTooLongException.cs: put it in the correct namespace * EndOfStreamException.cs: put it in the correct namespace svn path=/trunk/mcs/; revision=2351
1 parent 2455d23 commit c0c49cb

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

mcs/class/corlib/System.IO/ChangeLog

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
2002-02-12 Nick Drochak <[email protected]>
22

33
* PathTooLongException.cs: put it in the correct namespace
4+
* EndOfStreamException.cs: put it in the correct namespace
45

56
Thu Jan 31 17:32:32 CET 2002 Paolo Molaro <[email protected]>
67

mcs/class/corlib/System.IO/EndOfStreamException.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// System.EndOfStreamException.cs
2+
// System.IO.EndOfStreamException.cs
33
//
44
// Author:
55
// Duncan Mak ([email protected])
@@ -11,7 +11,7 @@
1111
using System.Globalization;
1212
using System.Runtime.Serialization;
1313

14-
namespace System
14+
namespace System.IO
1515
{
1616
[Serializable]
1717
public class EndOfStreamException : SystemException

mcs/class/corlib/System.IO/PathTooLongException.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// System.PathTooLongException.cs
2+
// System.IO.PathTooLongException.cs
33
//
44
// Author:
55
// Duncan Mak ([email protected])

0 commit comments

Comments
 (0)