Skip to content

Commit 1138728

Browse files
Update CustomAccessorCompilers.cs
Unintentionally leaked API
1 parent e7d1534 commit 1138728

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

net/DevExtreme.AspNet.Data/Helpers/CustomAccessorCompilers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public static void Register(CompilerFunc compilerFunc) {
1616
_compilers.Add(compilerFunc);
1717
}
1818

19-
public static Expression TryCompile(Expression target, string accessorText) {
19+
internal static Expression TryCompile(Expression target, string accessorText) {
2020
if(_compilers.Count < 1)
2121
return null;
2222

0 commit comments

Comments
 (0)