Skip to content

Commit 72549f1

Browse files
author
Bart Koelman
committed
Tracked at #734.
1 parent d710b4b commit 72549f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/JsonApiDotNetCore/QueryParameterServices/IncludeService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ namespace JsonApiDotNetCore.Query
1212
{
1313
public class IncludeService : QueryParameterService, IIncludeService
1414
{
15-
/// todo: use read-only lists.
1615
private readonly List<List<RelationshipAttribute>> _includedChains;
1716

1817
public IncludeService(IResourceGraph resourceGraph, ICurrentRequest currentRequest) : base(resourceGraph, currentRequest)

0 commit comments

Comments
 (0)