Replace non-Javadoc comments with inheritDocs
[policy/apex-pdp.git] / model / basic-model / src / main / java / org / onap / policy / apex / model / basicmodel / xml / AxReferenceKeyAdapter.java
index 28f0cf7..c70e51a 100644 (file)
@@ -39,20 +39,16 @@ public class AxReferenceKeyAdapter extends XmlAdapter<String, AxReferenceKey> im
 
     private static final long serialVersionUID = -3480405083900107029L;
 
-    /*
-     * (non-Javadoc)
-     * 
-     * @see javax.xml.bind.annotation.adapters.XmlAdapter#marshal(java.lang.Object)
+    /**
+     * {@inheritDoc}.
      */
     @Override
     public final String marshal(final AxReferenceKey key) throws Exception {
         return key.getLocalName();
     }
 
-    /*
-     * (non-Javadoc)
-     * 
-     * @see javax.xml.bind.annotation.adapters.XmlAdapter#unmarshal(java.lang.Object)
+    /**
+     * {@inheritDoc}.
      */
     @Override
     public final AxReferenceKey unmarshal(final String key) throws Exception {