提交 55502f8d 编写于 作者: C CyrusNajmabadi

PR feedback.

上级 61d5d2cb
......@@ -12,7 +12,7 @@
namespace Microsoft.CodeAnalysis.Editor.Implementation.Diagnostics
{
/// <summary>
/// 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.
/// </summary>
[Export(typeof(IWpfTextViewCreationListener))]
[ContentType(ContentTypeNames.RoslynContentType)]
......
......@@ -35,9 +35,6 @@ protected override void Initialize(IWpfTextView view)
};
}
/// <summary>
/// Creates a very long line at the bottom of bounds.
/// </summary>
public override GraphicsResult GetGraphics(IWpfTextView view, Geometry geometry)
{
Initialize(view);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册