Skip to content

Commit e899fdb

Browse files
committed
Revert obsoletions
1 parent 3dd57a0 commit e899fdb

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/NHibernate/Proxy/DefaultLazyInitializer.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
namespace NHibernate.Proxy
1010
{
11-
//Since v5.1
12-
[Obsolete("This class is not used anymore and will be removed in a future version. Please implement your version of ILazyInitializer")]
1311
[Serializable]
1412
public class DefaultLazyInitializer : BasicLazyInitializer, DynamicProxy.IInterceptor
1513
{
@@ -41,4 +39,4 @@ public object Intercept(InvocationInfo info)
4139
return returnValue;
4240
}
4341
}
44-
}
42+
}

src/NHibernate/Proxy/Poco/BasicLazyInitializer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
namespace NHibernate.Proxy.Poco
1010
{
1111
/// <summary> Lazy initializer for POCOs</summary>
12-
[Obsolete("This class is not used anymore and will be removed in a future version. Please implement your version of ILazyInitializer")]
1312
[Serializable]
1413
public abstract class BasicLazyInitializer : AbstractLazyInitializer
1514
{

0 commit comments

Comments
 (0)