fix some compilation warnings
[transportpce.git] / common / src / main / java / org / opendaylight / transportpce / common / openroadminterfaces / OpenRoadmInterfaces.java
index 3cec88f635fc97faf6b75911fbe9598fbec84301..dc3821652d04c22812816a94f5fe802ea3515619 100644 (file)
@@ -44,9 +44,9 @@ public interface OpenRoadmInterfaces {
      * @param interfaceName
      *            Name of the interface
      *
-     * @throws OpenRoadmInterfaceException OpenRoadm Interface Exception
-     *
      * @return Optional of Interface from datastore
+     *
+     * @throws OpenRoadmInterfaceException OpenRoadm Interface Exception
      */
     Optional<Interface> getInterface(String nodeId, String interfaceName) throws OpenRoadmInterfaceException;