Skip to content

Commit 36f37c7

Browse files
committed
Minor cleanup
1 parent 48112e1 commit 36f37c7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/WebJobs.Script/Config/ScriptHostConfiguration.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ public ScriptHostConfiguration()
7676
/// </summary>
7777
public ICollection<string> Functions { get; set; }
7878

79-
/// <summary>
80-
/// Gets the set of <see cref="ScriptBindingProviders"/> to use when loading functions.
81-
/// </summary>
82-
public ICollection<ScriptBindingProvider> BindingProviders { get; internal set; }
83-
8479
/// <summary>
8580
/// Gets or sets a value indicating the timeout duration for all functions. If null,
8681
/// there is no timeout duration.
@@ -106,6 +101,11 @@ public ScriptHostConfiguration()
106101
/// </summary>
107102
public LogCategoryFilter LogFilter { get; set; }
108103

104+
/// <summary>
105+
/// Gets or sets the set of <see cref="ScriptBindingProviders"/> to use when loading functions.
106+
/// </summary>
107+
internal ICollection<ScriptBindingProvider> BindingProviders { get; set; }
108+
109109
/// <summary>
110110
/// Gets or sets a test hook for modifying the configuration after host.json has been processed.
111111
/// </summary>

0 commit comments

Comments
 (0)