Skip to content

Commit cb9820b

Browse files
committed
fixup! Get rid of SingletonEnumerable
1 parent 523d9b5 commit cb9820b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/NHibernate.Test/UtilityTest/SingletonEnumerableFixture.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
namespace NHibernate.Test.UtilityTest
77
{
8+
// Since 5.3
89
[Obsolete]
910
[TestFixture]
1011
public class SingletonEnumerableFixture

src/NHibernate/Util/SingletonEnumerable.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace NHibernate.Util
66
{
7-
//Since 5.2
7+
// Since 5.3
88
[Obsolete("This class has no more usages and will be removed in a future version")]
99
public sealed class SingletonEnumerable<T> : IEnumerable<T>
1010
{

0 commit comments

Comments
 (0)