diff --git a/samples/MvcSample/FiltersController.cs b/samples/MvcSample/FiltersController.cs index e682a4d752..f483c22afc 100644 --- a/samples/MvcSample/FiltersController.cs +++ b/samples/MvcSample/FiltersController.cs @@ -4,8 +4,6 @@ using MvcSample.Models; namespace MvcSample { - // Expected order in descriptor - object -> int -> string - // TODO: Add a real filter here [ServiceFilter(typeof(PassThroughAttribute), Order = 1)] [ServiceFilter(typeof(PassThroughAttribute))] [PassThrough(Order = 0)]