Skip to content

Commit e0eabaa

Browse files
authored
Fix SupportedMethods property
1 parent 8fc8ced commit e0eabaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/Linq/Functions/HasFlagGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ internal class HasFlagGenerator : BaseHqlGeneratorForMethod
1212
{
1313
internal HasFlagGenerator()
1414
{
15-
SupportsMethod = new []
15+
SupportedMethods = new []
1616
{
1717
ReflectHelper.FastGetMethod(Enum.HasFlag, default(Enum))
1818
};

0 commit comments

Comments
 (0)