File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
namespace NHibernate . Proxy
10
10
{
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" ) ]
13
11
[ Serializable ]
14
12
public class DefaultLazyInitializer : BasicLazyInitializer , DynamicProxy . IInterceptor
15
13
{
@@ -41,4 +39,4 @@ public object Intercept(InvocationInfo info)
41
39
return returnValue ;
42
40
}
43
41
}
44
- }
42
+ }
Original file line number Diff line number Diff line change 9
9
namespace NHibernate . Proxy . Poco
10
10
{
11
11
/// <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" ) ]
13
12
[ Serializable ]
14
13
public abstract class BasicLazyInitializer : AbstractLazyInitializer
15
14
{
You can’t perform that action at this time.
0 commit comments