Skip to content

Commit 92d1604

Browse files
committed
Adding private ctor to CollectionJsonController
1 parent 2389a00 commit 92d1604

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/WebApiContrib.Formatting.CollectionJson.Server/CollectionJsonController.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ public abstract class CollectionJsonController : ApiController
1717
private static bool _formatterAdded;
1818
private static readonly object _lock = new object();
1919

20+
internal CollectionJsonController()
21+
{
22+
23+
}
24+
2025
protected override void Initialize(HttpControllerContext controllerContext)
2126
{
2227
if (!_formatterAdded)

0 commit comments

Comments
 (0)