This is an automated email from the ASF dual-hosted git repository.

blachniet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git

commit 2e93877491ef385455183cf9a430b54227945858
Author: Brian Lachniet <[email protected]>
AuthorDate: Sun Aug 18 15:25:32 2019 -0400

    AVRO-2454: Fix SA1606 - ElementDocumentationMustHaveSummaryText
---
 lang/csharp/Avro.ruleset                                  | 1 -
 lang/csharp/src/apache/main/Reflect/FuncFieldConverter.cs | 5 ++---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/lang/csharp/Avro.ruleset b/lang/csharp/Avro.ruleset
index 9298422..221d03c 100644
--- a/lang/csharp/Avro.ruleset
+++ b/lang/csharp/Avro.ruleset
@@ -133,7 +133,6 @@
     <Rule Id="SA1516" Action="Info" />
     <Rule Id="SA1519" Action="Info" />
     <Rule Id="SA1520" Action="Info" />
-    <Rule Id="SA1606" Action="Info" />
     <Rule Id="SA1610" Action="Info" />
     <Rule Id="SA1611" Action="Info" />
     <Rule Id="SA1614" Action="Info" />
diff --git a/lang/csharp/src/apache/main/Reflect/FuncFieldConverter.cs 
b/lang/csharp/src/apache/main/Reflect/FuncFieldConverter.cs
index 3914888..0cc0bbe 100644
--- a/lang/csharp/src/apache/main/Reflect/FuncFieldConverter.cs
+++ b/lang/csharp/src/apache/main/Reflect/FuncFieldConverter.cs
@@ -1,4 +1,4 @@
-/*
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -17,7 +17,6 @@
  */
 
 using System;
-using Avro.Generic;
 
 namespace Avro.Reflect
 {
@@ -29,7 +28,7 @@ namespace Avro.Reflect
     public class FuncFieldConverter<A, P> : TypedFieldConverter<A, P>
     {
         /// <summary>
-        ///
+        /// Initializes a new instance of the <see cref="FuncFieldConverter{A, 
P}"/> class.
         /// </summary>
         /// <param name="from">Delegate to convert from C# type to Avro 
type</param>
         /// <param name="to">Delegate to convert from Avro type to C# 
type</param>

Reply via email to