Replace non-Javadoc comments with inheritDocs
[policy/apex-pdp.git] / plugins / plugins-context / plugins-context-schema / plugins-context-schema-avro / src / main / java / org / onap / policy / apex / plugins / context / schema / avro / AvroEnumObjectMapper.java
index ec84450..cfdd2ed 100644 (file)
@@ -32,11 +32,8 @@ import org.apache.avro.generic.GenericData.EnumSymbol;
  * @author Liam Fallon (liam.fallon@ericsson.com)
  */
 public class AvroEnumObjectMapper extends AvroDirectObjectMapper {
-    /*
-     * (non-Javadoc)
-     *
-     * @see org.onap.policy.apex.plugins.context.schema.avro.AvroObjectMapper#createNewinstance(org.
-     * apache.avro.Schema)
+    /**
+     * {@inheritDoc}.
      */
     @Override
     public Object createNewInstance(final Schema avroSchema) {