Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Commit

Permalink
PR comments and minor cleanup
Browse files Browse the repository at this point in the history
- "a parent binder" -> "the model binding system"
- remove unused `using`s
  • Loading branch information
dougbu committed Jun 22, 2015
1 parent 393b370 commit 10a21db
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ public Type ModelType
public bool IsTopLevelObject { get; set; }

/// <summary>
/// Gets or sets an indication that a parent binder will make another binding attempt (e.g. fall back to the
/// empty prefix) after this one.
/// Gets or sets an indication that the model binding system will make another binding attempt (e.g. fall back
/// to the empty prefix) after this one.
/// </summary>
/// <remarks>
/// Not passed into the model binding system but instead set by the top-level binder. With built-in binders,
Expand Down
3 changes: 0 additions & 3 deletions src/Microsoft.AspNet.Mvc.Core/ModelBindingHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.

using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Internal;
using Microsoft.AspNet.Routing;
using Microsoft.Framework.DependencyInjection;
using Microsoft.Net.Http.Headers;
using Moq;
using Xunit;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using Microsoft.AspNet.DataProtection;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNet.Http;
Expand Down

0 comments on commit 10a21db

Please sign in to comment.