Skip to content

Commit 523d9b5

Browse files
committed
fixup! Get rid of JoinedEnumerable<T>
1 parent c64050f commit 523d9b5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/NHibernate.Test/UtilityTest/JoinedEnumerableGenericFixture.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
namespace NHibernate.Test.UtilityTest
88
{
99
// This test is the same of JoinedEnumerableFixture but for generic version.
10+
// Since 5.3
1011
[Obsolete]
1112
[TestFixture]
1213
public class JoinedEnumerableGenericFixture

src/NHibernate/Util/JoinedEnumerable.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ private void Dispose(bool isDisposing)
167167
#endregion
168168
}
169169

170-
//Since 5.2
170+
// Since 5.3
171171
[Obsolete("This class has no more usages and will be removed in a future version")]
172172
public class JoinedEnumerable<T> : IEnumerable<T>
173173
{

0 commit comments

Comments
 (0)