Browse Source

[CodeIssue] removed '.' in name.

newNRvisualizers
Mike Krüger 13 years ago
parent
commit
c8f8dc7514
  1. 2
      ICSharpCode.NRefactory.CSharp/Refactoring/CodeIssues/RedundantPrivateIssue.cs

2
ICSharpCode.NRefactory.CSharp/Refactoring/CodeIssues/RedundantPrivateIssue.cs

@ -34,7 +34,7 @@ namespace ICSharpCode.NRefactory.CSharp.Refactoring @@ -34,7 +34,7 @@ namespace ICSharpCode.NRefactory.CSharp.Refactoring
/// <summary>
/// Finds redundant internal modifiers.
/// </summary>
[IssueDescription("Remove redundant 'private' modifier.",
[IssueDescription("Remove redundant 'private' modifier",
Description = "Removes 'private' modifiers that are not required.",
Category = IssueCategories.Redundancies,
Severity = Severity.Hint,

Loading…
Cancel
Save