fix javadoc warnings 18/87218/6
authorguillaume.lambert <guillaume.lambert@orange.com>
Fri, 10 Jan 2020 16:15:51 +0000 (17:15 +0100)
committerguillaume.lambert <guillaume.lambert@orange.com>
Wed, 29 Jan 2020 14:08:21 +0000 (15:08 +0100)
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: Ic5a9edce2ed0ee0beb887a8b617ea0ef97b478b5

pce/src/main/java/org/opendaylight/transportpce/pce/gnpy/GnpyResult.java

index a039bfe68721d7fb2e3ff15c4a42cf95bfecf44b..8ae7a905efec0598d987cdab64ad9f7b63ed4531 100644 (file)
@@ -258,17 +258,13 @@ public class GnpyResult {
     }
 
     /**
-     * Transforms the given input {@link NormalizedNode} into the given
-     * {@link DataObject}.
+     * Transforms the given input {@link NormalizedNode} into the given {@link DataObject}.
      *
-     * @param normalizedNode
-     *            normalized node you want to convert
-     * @param rootNode
-     *            {@link QName} of converted normalized node root
-     *
-     *            <p>
-     *            The input object should be {@link ContainerNode}
-     *            </p>
+     * @param <T> a generic
+     * @param normalizedNode a non null representation of the normalizedNode
+     * @param rootNode root node
+     * @param codecRegistry codec registry
+     * @return value of the binding Node Entry
      */
     public <T extends DataObject> Optional<T> getDataObject(@Nonnull NormalizedNode<?, ?> normalizedNode,
             @Nonnull QName rootNode, BindingNormalizedNodeSerializer codecRegistry) {