From 55502f8db708aa65383b172a63895bcfccddd9f3 Mon Sep 17 00:00:00 2001 From: CyrusNajmabadi Date: Tue, 14 Jun 2016 17:40:52 -0700 Subject: [PATCH] PR feedback. --- .../Diagnostics/SuggestionAdornmentManagerProvider.cs | 2 +- .../Core/Implementation/Diagnostics/SuggestionTag.cs | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/EditorFeatures/Core/Implementation/Diagnostics/SuggestionAdornmentManagerProvider.cs b/src/EditorFeatures/Core/Implementation/Diagnostics/SuggestionAdornmentManagerProvider.cs index 9441882b385..56d47151368 100644 --- a/src/EditorFeatures/Core/Implementation/Diagnostics/SuggestionAdornmentManagerProvider.cs +++ b/src/EditorFeatures/Core/Implementation/Diagnostics/SuggestionAdornmentManagerProvider.cs @@ -12,7 +12,7 @@ namespace Microsoft.CodeAnalysis.Editor.Implementation.Diagnostics { /// - /// This factory is called to create the view service that will manage line separators. + /// This factory is called to create the view service that will manage suggestion adornments. /// [Export(typeof(IWpfTextViewCreationListener))] [ContentType(ContentTypeNames.RoslynContentType)] diff --git a/src/EditorFeatures/Core/Implementation/Diagnostics/SuggestionTag.cs b/src/EditorFeatures/Core/Implementation/Diagnostics/SuggestionTag.cs index 5372849b46b..9c57d753aec 100644 --- a/src/EditorFeatures/Core/Implementation/Diagnostics/SuggestionTag.cs +++ b/src/EditorFeatures/Core/Implementation/Diagnostics/SuggestionTag.cs @@ -35,9 +35,6 @@ protected override void Initialize(IWpfTextView view) }; } - /// - /// Creates a very long line at the bottom of bounds. - /// public override GraphicsResult GetGraphics(IWpfTextView view, Geometry geometry) { Initialize(view); -- GitLab