Skip to content

Commit 7e64752

Browse files
authored
Update IProxyCache.cs
1 parent ee06c89 commit 7e64752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/Proxy/DynamicProxy/IProxyCache.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace NHibernate.Proxy.DynamicProxy
1313
{
1414
//Since v5.1
15-
[Obsolete("This class is not used anymore and will be removed in a next major version")]
15+
[Obsolete("This interface is not used anymore and will be removed in a next major version")]
1616
public interface IProxyCache
1717
{
1818
bool Contains(System.Type baseType, params System.Type[] baseInterfaces);

0 commit comments

Comments
 (0)