We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5cae4 commit ae4d2b4Copy full SHA for ae4d2b4
src/NHibernate/Bytecode/ActivatorObjectsFactory.cs
@@ -4,10 +4,7 @@ namespace NHibernate.Bytecode
4
{
5
// Since v5.2
6
[Obsolete("This type has no more usages and will be removed in a future version")]
7
- public class ActivatorObjectsFactory :
8
-#pragma warning disable 618
9
- IObjectsFactory
10
-#pragma warning restore 618
+ public class ActivatorObjectsFactory : IObjectsFactory
11
12
public object CreateInstance(System.Type type)
13
0 commit comments