Skip to content

Commit 46b14fb

Browse files
author
Kapil Borle
committed
Make ConvertToRuleArgumentType private
1 parent bfd5080 commit 46b14fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Engine/Generic/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ private List<string> GetData(object val, string key)
217217
/// Sets the arguments for consumption by rules
218218
/// </summary>
219219
/// <param name="ruleArgs">A hashtable with rule names as keys</param>
220-
public Dictionary<string, Dictionary<string, object>> ConvertToRuleArgumentType(object ruleArguments)
220+
private Dictionary<string, Dictionary<string, object>> ConvertToRuleArgumentType(object ruleArguments)
221221
{
222222
var ruleArgs = ruleArguments as Dictionary<string, object>;
223223
if (ruleArgs == null)

0 commit comments

Comments
 (0)