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 88
99namespace 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+ }
Original file line number Diff line number Diff line change 99namespace 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 {
You can’t perform that action at this time.
0 commit comments