Skip to content

Commit b7312bb

Browse files
Fix bad obsolete message.
1 parent a086ade commit b7312bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/Cache/UpdateTimestampsCache.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public virtual void Clear()
2727
}
2828

2929
// Since v5.1
30-
[Obsolete("Please use extension overload with an ICache parameter.")]
30+
[Obsolete("Please use overload with an ICache parameter.")]
3131
public UpdateTimestampsCache(Settings settings, IDictionary<string, string> props)
3232
{
3333
string prefix = settings.CacheRegionPrefix;

0 commit comments

Comments
 (0)