Fix JDK8 javadoc compatibility 69/19769/1
authorRobert Varga <rovarga@cisco.com>
Wed, 6 May 2015 17:57:35 +0000 (19:57 +0200)
committerRobert Varga <rovarga@cisco.com>
Thu, 7 May 2015 07:38:55 +0000 (09:38 +0200)
JDK8 is more picky about javadocs, so fix them up so the project can
pass compilation.

Change-Id: I8273b9c339a10c25569abc9af16a8eb4b9cffdb3
Signed-off-by: Robert Varga <rovarga@cisco.com>
41 files changed:
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/output/format/beans/VBridgeBean.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/output/format/beans/VBridgeInterfaceBean.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/output/format/beans/VTerminalBean.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/output/format/beans/VTerminalInterfaceBean.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/parser/CRUDImpl.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/parser/RestRequest.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/response/beans/Action.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/response/beans/Bundle.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/response/beans/ContainerPathMapNorthBound.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/response/beans/ContainerPathMapNorthBoundList.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/response/beans/DataFlow.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/response/beans/DataFlowList.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/response/beans/Deny.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/response/beans/FlowconditionList.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/response/beans/Flowconditions.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/response/beans/IcmpCode.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/response/beans/Inet.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/response/beans/IngressNode.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/response/beans/InputOutput.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/response/beans/LocationDetails.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/response/beans/MacMapped.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/response/beans/NodeRoute.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/response/beans/PathPolicy.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/response/beans/PortDetails.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/response/beans/Statistics.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/response/beans/Tpdst.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/response/beans/Tpsrc.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/response/beans/VBridgeFlowFilterList.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/response/beans/VBridgeIfFlowFilterNorthboundList.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/response/beans/VBridgeInterfaceList.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/response/beans/VBridgeNorthBound.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/response/beans/VBridgeNorthBoundList.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/response/beans/VTNConfigurationBean.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/response/beans/VTenantFlowFilterList.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/response/beans/VTenantNorthBound.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/response/beans/VTenantPathMapNorthBound.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/response/beans/VTenantPathMapNorthBoundList.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/response/beans/VTerminalIfFlowFilterNorthboundList.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/response/beans/VTerminalInterfaceNorthboundList.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/response/beans/VTerminalNorthBoundList.java
application/list_vtn_configuration/src/main/java/org/opendaylight/vtn/app/run/config/rest/response/beans/VlanNorthBoundList.java

index 5054f1795ddd3ff8c3b10d0faca1ba1e39975c78..458d8eeeb32fcbcfec65c1e04e380e6de5bf69d4 100644 (file)
@@ -81,7 +81,6 @@ public class VBridgeBean {
     /**
      * To set the MAc Address details of the VBridge.
      * @param macMap
-     * @return
      */
     public void setMacMap(MacMapNorthBound macMap) {
         this.macMap = macMap;
@@ -207,7 +206,7 @@ public class VBridgeBean {
 
     /**
      * getVbrInterface function to get the list of VBridgeInterfaceBean value for this object.
-     * @return {@link List<VBridgeInterfaceBean>}
+     * @return List of {@link VBridgeInterfaceBean} objects
      */
     public List<VBridgeInterfaceBean> getVbrInterface() {
         return vbrInterface;
index a1a36dfa8970806a8cef8e879a67606a49bf0a15..2df1762795ea12187f19fb1d9b68014f5b5a0677 100644 (file)
@@ -104,7 +104,7 @@ public class VBridgeInterfaceBean {
     /**
      * set the state of the VBridge.
      *
-     * @param name
+     * @param state
      *        {@link int}
      */
     public void setState(int state) {
@@ -133,8 +133,7 @@ public class VBridgeInterfaceBean {
     /**
      * get the Description of the VBridge.
      *
-     * @param description
-     *        {@link String}
+     * @return description {@link String}
      */
     public String getDescription() {
         return description;
index d2c244c8e983b881f4996f66369ad319951596b8..590539eb25195345f6be19330852478f36f852c4 100644 (file)
@@ -120,7 +120,7 @@ public class VTerminalBean {
 
     /**
      * getVInterface function to get the list of VTerminalInterfaceBean value for this object.
-     * @return {@link List<VTerminalInterfaceBean>}
+     * @return List of {@link VTerminalInterfaceBean} objects
      */
     public List<VTerminalInterfaceBean> getVInterface() {
         return vInterface;
index 6b338ddeca2d5b0318968b3fe03b0aaaf303a184..ebeb7d046c59b28f23a915a97c0093e3e9e56098 100644 (file)
@@ -84,7 +84,7 @@ public class VTerminalInterfaceBean {
     /**
      * set the state of the VTermainal.
      *
-     * @param name
+     * @param state
      *        {@link int}
      */
     public void setState(int state) {
@@ -113,8 +113,7 @@ public class VTerminalInterfaceBean {
     /**
      * get the Description of the VTermainal.
      *
-     * @param description
-     *        {@link String}
+     * @return description {@link String}
      */
     public String getDescription() {
         return description;
@@ -181,7 +180,7 @@ public class VTerminalInterfaceBean {
     /**
      * set the flowfilter of the VTermainal.
      *
-     * @param flowfilter
+     * @param flowfilters
      *        {@link VTerminalIfFlowFilterNorthboundList}
      */
     public void setVtFlowfilter(VTerminalIfFlowFilterNorthboundList flowfilters) {
index 41f2316387590a6e5ee6701e3ed0a4328ca9a29b..94a0d83ec3259f42576d41d1654ec6d999512621 100644 (file)
@@ -126,9 +126,9 @@ public class CRUDImpl implements CRUDOperation {
      *         URL
      * @return
      *         Response as String
-     * @throws RequestFailureException
-     *         Throws RequestFailureException if request does not return 'success'
-     * @throws VTNClientException, JSONException, ConnectException
+     * @throws VTNClientException if request does not return 'success'
+     * @throws JSONException
+     * @throws ConnectException
      */
     public String doGET(String url, Map<String, Object> headers) throws VTNClientException, JSONException, ConnectException {
         try {
@@ -160,12 +160,11 @@ public class CRUDImpl implements CRUDOperation {
      *         URL
      * @param obj
      *         Object to send along POST request
-     * @param heders
+     * @param headers
      *         Headers
      * @return
      *         Response as String
-     * @throws RequestFailureException
-     *         Throws RequestFailureException if request does not return 'success'
+     * @throws VTNClientException if request does not return 'success'
      * @throws JSONException
      */
     public String doPOST(String url, Object obj, Map<String, Object> headers) throws VTNClientException, ConnectException, JSONException {
@@ -178,12 +177,11 @@ public class CRUDImpl implements CRUDOperation {
      *         URL
      * @param obj
      *         Object to send along PUT request
-     * @param heders
+     * @param headers
      *         Headers
      * @return
      *         Response as String
-     * @throws RequestFailureException
-     *         Throws RequestFailureException if request does not return 'success'
+     * @throws VTNClientException if request does not return 'success'
      * @throws JSONException
      */
     public String doPUT(String url, Object obj, Map<String, Object> headers) throws VTNClientException, ConnectException, JSONException {
@@ -196,12 +194,11 @@ public class CRUDImpl implements CRUDOperation {
      *         URL
      * @param obj
      *         Object to send along DELETE request
-     * @param heders
+     * @param headers
      *         Headers
      * @return
      *         Response as String
-     * @throws RequestFailureException
-     *         Throws RequestFailureException if request does not return 'success'
+     * @throws VTNClientException if request does not return 'success'
      * @throws JSONException
      */
     public String doDELETE(String url, Object obj, Map<String, Object> headers) throws VTNClientException, ConnectException, JSONException {
index 31917eee65b9b37f43e9febd592cfc1586e49f87..43b23d92b18f51036ec50c18120d5db8a1cc7f79 100644 (file)
@@ -82,7 +82,7 @@ public class RestRequest {
 
     /**
      * getResponse - to get the response .
-     * @return {@link Map<String, String>}
+     * @return response
      */
     public String getResponse() {
         return response;
index 2338e00a27c59a8e9cb67f9bc2a24bb3b3e79154..74da20d104ce2a42c096b9ee9c27bb024e65fc33 100644 (file)
@@ -45,7 +45,7 @@ public class Action {
 
     /**
      * setPobj - function to set the Popvlan refrence.
-     * @param Popvlan
+     * @param pobj
      */
     public void setPobj(Popvlan pobj) {
         this.pobj = pobj;
index ad5e52f59cb819b8a83d275790114f94a21d95cb..bbde291c407169c2e43dbae79f1289c4794f00aa 100644 (file)
@@ -56,7 +56,7 @@ public class Bundle {
 
     /**
      * setMajor - function to set a value for major.
-     * @return {@link int}
+     * @param major {@link int}
      */
     public void setMajor(int major) {
         this.major = major;
@@ -88,7 +88,7 @@ public class Bundle {
 
     /**
      * setMicro - function to set a value for micro.
-     * @return {@link int}
+     * @param micro {@link int}
      */
     public void setMicro(int micro) {
         this.micro = micro;
@@ -104,7 +104,7 @@ public class Bundle {
 
     /**
      * setQualifier - function to set the qualifier.
-     * @param {@link String}
+     * @param qualifier {@link String}
      */
     public void setQualifier(String qualifier) {
         this.qualifier = qualifier;
index b8e1bbc0c0dfcfcbe144c5a3d4a6a6588b88686a..c863db6e713d37e4333300be0b183dbb6520cae6 100644 (file)
@@ -89,7 +89,7 @@ public class ContainerPathMapNorthBound implements Serializable, Cloneable {
     /**
      * setIndex - function to set the index values.
      *
-     * @param {@link int}
+     * @param index
      */
     public void setIndex(int index) {
         this.index = index;
@@ -162,7 +162,7 @@ public class ContainerPathMapNorthBound implements Serializable, Cloneable {
     /**
      * setHardTimeout - function to set the hardTimeout.
      *
-     * @param {@link int}
+     * @param hardTimeout
      */
     public void setHardTimeout(int hardTimeout) {
         this.hardTimeout = hardTimeout;
index 6d337bd440027e3599cab5bfbef078d01820b7d0..330df4ac050cc316e82c4e85c682dd46529edc23 100644 (file)
@@ -48,7 +48,7 @@ public class ContainerPathMapNorthBoundList implements Serializable, Cloneable {
     /**
      * getPathMaps - function to get the pathmps.
      *
-     * @return {@link List<ContainerPathMapNorthBound>}
+     * @return List of ContainerPathMapNorthBound objects
      */
     public List<ContainerPathMapNorthBound> getPathMaps() {
         return pathMap;
@@ -57,7 +57,7 @@ public class ContainerPathMapNorthBoundList implements Serializable, Cloneable {
     /**
      * setPathMaps - function to set the pathmps.
      *
-     * @params pathMaps
+     * @param pathMaps
      */
     public void setPathMaps(List<ContainerPathMapNorthBound> pathMaps) {
         this.pathMap = pathMaps;
index b9bec553039c5150c2f6f3fe604334911b7a5e87..ca06bc5f444165a655f0f05f87c85c552730f3d0 100644 (file)
@@ -150,7 +150,7 @@ public class DataFlow {
     /**
      * setIdleTimeout - function to set the idleTimeout.
      *
-     * @pram idleTimeout
+     * @param idleTimeout
      */
     public void setIdleTimeout(int idleTimeout) {
         this.idleTimeout = idleTimeout;
@@ -168,7 +168,7 @@ public class DataFlow {
     /**
      * setHardTimeout - function to set the hardTimeout.
      *
-     * @pram hardTimeout
+     * @param hardTimeout
      */
     public void setHardTimeout(int hardTimeout) {
         this.hardTimeout = hardTimeout;
@@ -186,7 +186,7 @@ public class DataFlow {
     /**
      * setInNode - function to get the inNode.
      *
-     * @pram inNode
+     * @param inNode
      */
     public void setInNode(IngressNode inNode) {
         this.inNode = inNode;
@@ -204,7 +204,7 @@ public class DataFlow {
     /**
      * setInportobj - function to get the inportobj.
      *
-     * @pram inportobj
+     * @param inportobj
      */
     public void setInportobj(IngressPort inportobj) {
         this.inportobj = inportobj;
@@ -222,7 +222,7 @@ public class DataFlow {
     /**
      * setEnobj - function to set the enobj.
      *
-     * @pram enobj
+     * @param enobj
      */
     public void setEnobj(EgressNode enobj) {
         this.enobj = enobj;
@@ -240,7 +240,7 @@ public class DataFlow {
     /**
      * setGpobj - function to get the gpobj.
      *
-     * @return gpobj
+     * @param gpobj
      */
     public void setGpobj(EgressPort gpobj) {
         this.gpobj = gpobj;
@@ -258,7 +258,7 @@ public class DataFlow {
     /**
      * setMatchobj - function to get the matchobj.
      *
-     * @return {@link Match}
+     * @param matchobj {@link Match}
      */
     public void setMatchobj(Match matchobj) {
         this.matchobj = matchobj;
index f94db04289dc40443ba4ff6981e28e715fc8a9f8..aafe64c629fdfd8cc8f1cb5f0e670dd75558fa89 100644 (file)
@@ -44,7 +44,7 @@ public class DataFlowList implements Serializable, Cloneable {
     /**
      * getDataFlowlist - function to get the dataFlows.
      *
-     * @return {@link List<dataFlowlist>}
+     * @return List of Data Flow objects
      */
     public List<DataFlow> getDataFlowlist() {
         return dataFlowlist;
@@ -53,7 +53,7 @@ public class DataFlowList implements Serializable, Cloneable {
     /**
      * setDataFlowlist - function to set the dataFlowlist.
      *
-     * @params dataFlowlist
+     * @param dataFlowlist
      */
     public void setDataFlowlist(List<DataFlow> dataFlowlist) {
         this.dataFlowlist = dataFlowlist;
index 022494f8a31b281ffd139374a1f3579cc8490bff..f4c05a4b4cb8a261cbd7aa48b5f8f970e120e3ec 100644 (file)
@@ -30,7 +30,7 @@ public class Deny {
     /**
      * getMachost - function to get the MacHosts.
      *
-     * @return {@link List<MacHost>}
+     * @return List of MacHost objects
      */
     public List<MacHost> getMachost() {
         return machost;
index 3f9b6dfc1fcdd0040d20ae7764517d0a48fd584d..4519a5fe5e8b835e37d15cd5cc3bfe8f9cf3eef8 100644 (file)
@@ -37,7 +37,7 @@ public class FlowconditionList {
     /**
      * getFlowconditionlist - function to get the flowcondition for this object.
      *
-     * @return {@link List<Flowconditions>}
+     * @return List of Flowconditions
      */
     public List<Flowconditions> getFlowconditionlist() {
         return flowcondition;
index f5eb98623a32cb6d84829d54d8bcd3fdceb55c42..7b520b2b90577d85fc21ade988f83f33bb7be196 100644 (file)
@@ -75,7 +75,7 @@ public class Flowconditions implements Serializable {
     /**
      * getMatchobj - function to get the Match objects for this object.
      *
-     * @return {@link List<Match>}
+     * @return List of Match objects
      */
     public List<Match> getMatchobj() {
         return match;
index 123c088a1d293bcce5a69b114780e353128d0a0b..a227b3ba653b7cb87aeb09d104ca4c7f9b40930f 100644 (file)
@@ -41,7 +41,7 @@ public class IcmpCode {
     /**
      * setCode - function to set the code value for this object.
      *
-     * @param type
+     * @param code
      */
     public void setCode(int code) {
         this.code = code;
index 6562667fdffd3d5078337a397de1bf011337caee..851a24658c938279f974f9cd6daf30663b4ddadf 100644 (file)
@@ -70,8 +70,6 @@ public class Inet {
 
     /**
      * getDst - function to get the Destination values for this object.
-     *
-     * @param src
      */
     public String getDst() {
         return dst;
index f3567615ca6dda4ecc58e75858eff70adc3575cf..be671fe421eaa5c2f9a773a955cc308663382716 100644 (file)
@@ -44,7 +44,7 @@ public class IngressNode {
     /**
      * setTenant - function to set the tenant value for this object.
      *
-     * @return {@link String}
+     * @param tenant {@link String}
      */
     public void setTenant(String tenant) {
         this.tenant = tenant;
index 413eaf7429b85cd71e3f2f8bc85f2d98941bf687..e7f7e1d2d3854d68865cf6ba7f64258af16ce21a 100644 (file)
@@ -67,7 +67,7 @@ public class InputOutput {
     /**
      * setType - function to set the idfor this object.
      *
-     * @param id
+     * @param type
      */
     public void setType(String type) {
         this.type = type;
@@ -85,7 +85,7 @@ public class InputOutput {
     /**
      * setName - function to set the name for this object.
      *
-     * @return {@link String}
+     * @param name {@link String}
      */
     public void setName(String name) {
         this.name = name;
index e8fe807f534d0ef8aea959222b6115d9febdfa94..56f1676f557c0bf1cbf1d94f4c8245851634c289 100644 (file)
@@ -72,7 +72,7 @@ public class LocationDetails implements Serializable, Cloneable {
     /**
      * setPort - function to set the port values for this object.
      *
-     * @return {@link port}
+     * @param port
      */
     public void setPort(PortDetails port) {
         this.port = port;
index ad42eebba651b731c95a1ad2b86db2e1371bfce3..c5f25c674e08889ef480f4c443c1d86d2591f605 100644 (file)
@@ -32,7 +32,7 @@ public class MacMapped {
     /**
      * getMacentry - function to get the macentry value for this object.
      *
-     * @return {@link List<MacEntry>}
+     * @return List of MacEntry objects
      */
     public List<MacEntry> getMacentry() {
         return macentry;
index 8e4454b35eea768d3310df81e6bcd43b785d2598..7e64cd29b9d124f9e040e60711fe70ba0b96c7dc 100644 (file)
@@ -32,7 +32,7 @@ public class NodeRoute {
     /**
      * getNode - function to get Nodedetails for this object.
      *
-     * @param node
+     * @return node details
      */
     public NodeDetails getNode() {
         return node;
index 80bab0ab5366a64501b859d3e7d4c33b8c9c4704..1d7b2cf4d3c67ee639a21d57d02965a484ae9f65 100644 (file)
@@ -94,7 +94,7 @@ public class PathPolicy implements Serializable, Cloneable {
     /**
      * getCostList - costList can be obtained from this method
      *
-     * @return {@link List<CostDetails>}
+     * @return List of CostDetails
      */
     public List<CostDetails> getCostList() {
         return costList;
index ac1827147ce0a267ce5a48a31972c842ddd0b1fb..40c1ab1febda286e8fda03fb5d13fd1b4fa6ba3a 100644 (file)
@@ -43,7 +43,7 @@ public class PortDetails {
     /**
      * getName - function to get the name for this object
      *
-     * @return { @link String}
+     * @return {@link String}
      */
     public String getName() {
         return name;
@@ -52,7 +52,7 @@ public class PortDetails {
     /**
      * setName - function to set the name for this object.
      *
-     * @param code
+     * @param name
      */
     public void setName(String name) {
         this.name = name;
@@ -61,7 +61,7 @@ public class PortDetails {
     /**
      * getType - function to get the type for this object
      *
-     * @return { @link String}
+     * @return {@link String}
      */
     public String getType() {
         return type;
@@ -70,7 +70,7 @@ public class PortDetails {
     /**
      * setType - function to set the type for this object
      *
-     * @return { @link String}
+     * @param type {@link String}
      */
     public void setType(String type) {
         this.type = type;
@@ -79,7 +79,7 @@ public class PortDetails {
     /**
      * getId - function to get the ID for this object
      *
-     * @return { @link String}
+     * @return {@link String}
      */
     public String getId() {
         return id;
index be22cd6c1c5933427a3fa6db13bc9dbe60276872..d632dbbdfb81a059af0b5289280a70340d84650f 100644 (file)
@@ -69,7 +69,7 @@ public class Statistics {
     /**
      * setPackets - function to set the packets for this object.
      *
-     * @return {@link int}
+     * @param packets {@link int}
      */
     public void setPackets(int packets) {
         this.packets = packets;
@@ -87,7 +87,7 @@ public class Statistics {
     /**
      * setDuration - function to set the duration for this object.
      *
-     * @return {@link int}
+     * @param duration {@link int}
      */
     public void setDuration(int duration) {
         this.duration = duration;
index 410cfa8f06c94587702284c214ab138202511d49..0e4ea383d97c90eba83f06124e01ecf91f5429f8 100644 (file)
@@ -41,7 +41,7 @@ public class Tpdst {
     /**
      * setDscp - function to set the dscp value for this object.
      *
-     * @param dscp
+     * @param port
      */
     public void setPort(int port) {
         this.port = port;
index da9ffaa2e9676e5a8d668d0e9850a91eaa294c96..ef36e9dfa3f36885701a185fcbaf4cb2cbd4f23a 100644 (file)
@@ -39,9 +39,9 @@ public class Tpsrc {
     }
 
     /**
-     * setDscp - function to set the dscp value for this object.
+     * setPort - function to set the port value for this object.
      *
-     * @param dscp
+     * @param port
      */
     public void setPort(int port) {
         this.port = port;
index 47ae82bcd1b34dd282b28b1917581b1f069eaeca..f9d1cc1226c58c10cff7701145650f3fed0d705f 100644 (file)
@@ -40,7 +40,7 @@ public class VBridgeFlowFilterList implements Cloneable, Serializable {
     /**
      * getFlowfilter - function to get the list of flowfilter value for this object.
      *
-     * @return {@link List<FlowFilter>}
+     * @return List of {@link FlowFilter} objects.
      */
     public List<FlowFilter> getFlowfilter() {
         return flowfilter;
index ec1f0b79ffcdd3f414abe8c1a1073a2b0d3f641c..6b1d9a81dd6a09eb3224dbf80d280c4f12b082c4 100644 (file)
@@ -45,7 +45,7 @@ public class VBridgeIfFlowFilterNorthboundList implements Cloneable, Serializabl
     /**
      * getFlowfilter - function to get the list of flowfilter value for this object.
      *
-     * @return {@link List<FlowFilter>}
+     * @return List of {@link FlowFilter} objects.
      */
     public List<FlowFilter> getFlowfilters() {
         return flowfilter;
@@ -54,7 +54,7 @@ public class VBridgeIfFlowFilterNorthboundList implements Cloneable, Serializabl
     /**
      *  setFlowfilter - function to set the list of flowfilter value for this object.
      *
-     *  @param flowfilters
+     *  @param flowfilter
      */
     public void setFlowfilter(List<FlowFilter> flowfilter) {
         this.flowfilter = flowfilter;
index 8daac976683021a1235cb675db0e2be0d8018783..e17e246a09578a3a12156c29bc1de2e00c73222d 100644 (file)
@@ -37,7 +37,7 @@ public class VBridgeInterfaceList implements Serializable, Cloneable {
     /**
      * getInterfaces - function to get the interfaces values for this object.
      *
-     * @return {@link List<VBridgeInterface>}
+     * @return List of {@link VBridgeInterface}
      */
     public List<VBridgeInterface> getInterfaces() {
         return interfaces;
index 4210246d3a33798d6900b2cf2ffeb1b69b1034e1..fd28782b6c705d3e754598e615ad4081a4566f30 100644 (file)
@@ -137,7 +137,7 @@ public class VBridgeNorthBound {
     /**
      * setAgeInterval - function to set the ageInterval  for this object.
      *
-     * @param name
+     * @param ageInterval
      */
     public void setAgeInterval(int ageInterval) {
         this.ageInterval = ageInterval;
index 8f5a50952b46b7c0186e150ec220feaf7a718b6b..c5e9459f2350cf189ff4ea4a106de63100518f11 100644 (file)
@@ -36,7 +36,7 @@ public class VBridgeNorthBoundList implements Serializable, Cloneable {
     /**
      * getVbridge - function to get the list of vBridge values for this object.
      *
-     * @return {@link List<VBridgeNorthBound>}
+     * @return List of {@link VBridgeNorthBound} objects.
      */
     public List<VBridgeNorthBound> getVbridge() {
         return vBridge;
index 3cc5ea17763d255f06a47187e21058cd870ce160..a94b3447d7d7b342f1c8e2d996adf94a1516308e 100644 (file)
@@ -70,7 +70,7 @@ public class VTNConfigurationBean {
     /**
      * getDataflow - function to get the list .
      *
-     * @return {@link List<DataFlowList> }
+     * @return {@link DataFlowList}
      */
     public DataFlowList getDataflow() {
         return dataflow;
@@ -88,7 +88,7 @@ public class VTNConfigurationBean {
     /**
      * getVtFlowfilter - function to get the flowfilter for this object.
      *
-     * @return {@link vtFlowfilter }
+     * @return {@link VTenantFlowFilterList}
      */
     public VTenantFlowFilterList getVtnFlowfilter() {
         return vtnFlowfilter;
@@ -106,7 +106,7 @@ public class VTNConfigurationBean {
     /**
      * getPath - function to get the list .
      *
-     * @return {@link List<VBridgeBean> }
+     * @return List of {@link VBridgeBean} objects
      */
     public List<VBridgeBean> getVbridge() {
         return vbridge;
@@ -124,7 +124,7 @@ public class VTNConfigurationBean {
     /**
      * getPath - function to get the list .
      *
-     * @return {@link List<VTerminalBean> }
+     * @return List of {@link VTerminalBean} objects
      */
     public List<VTerminalBean> getVTerminal() {
         return vterminal;
index 6e9d4225c0ab5e61908914dd7e6623017d77f19b..076b92a679e10d5381c2fc5dedc331e92fc523a1 100644 (file)
@@ -44,7 +44,7 @@ public class VTenantFlowFilterList implements Cloneable, Serializable {
     /**
      * getPath - function to get the list of flowfilter objects.
      *
-     * @return {@link List<FlowFilter> }
+     * @return List of {@link FlowFilter} objects
      */
     public List<FlowFilter> getFlowfilter() {
         return flowfilter;
index c8aa5a0ca17794f56f9a3127c78fa109a81cb87b..94cc276482e8ad1296489a804b68c1028c3f2fa8 100644 (file)
@@ -91,7 +91,7 @@ public class VTenantNorthBound {
     /**
      * description - function to set the description for this object.
      *
-     * @param description
+     * @param vtnDesc
      */
     public void setVtnDesc(String vtnDesc) {
         this.description = vtnDesc;
index cd747a153b6320b80405981bb50f77dcfef84f5d..970fb5da7b814049a239e074ccb17460e26b4eca 100644 (file)
@@ -77,7 +77,7 @@ public class VTenantPathMapNorthBound {
     /**
      * setIndex - function to set the index for this object.
      *
-     * @param idleTimeout
+     * @param index
      */
     public void setIndex(int index) {
         this.index = index;
index 97bb320a6cfc992d492c3381b4c87c752826c368..fbc567e6a81c0b758c754e2c654a12f40fab2276 100644 (file)
@@ -38,7 +38,7 @@ public class VTenantPathMapNorthBoundList implements Serializable, Cloneable {
     /**
      * getPathmap - function to get the list of pathmap value for this object.
      *
-     * @return {@link List<VTenantPathMapNorthBound>}
+     * @return List of {@link VTenantPathMapNorthBound} objects
      */
     public List<VTenantPathMapNorthBound> getPathmap() {
         return pathmap;
index d3fd5cdf2c229d19f9f24943335312e37fe1fdde..d15821481a494528456b22b29381c9b0582da862 100644 (file)
@@ -45,7 +45,7 @@ public class VTerminalIfFlowFilterNorthboundList implements Cloneable, Serializa
     /**
      * getFlowfilter - function to get the list of flowfilter value for this object.
      *
-     * @return {@link List<FlowFilter>}
+     * @return List of {@link FlowFilter} objects
      */
     public List<FlowFilter> getFlowfilters() {
         return flowfilter;
@@ -54,7 +54,7 @@ public class VTerminalIfFlowFilterNorthboundList implements Cloneable, Serializa
     /**
      *  setFlowfilter - function to set the list of flowfilter value for this object.
      *
-     *  @param flowfilters
+     *  @param flowfilter
      */
     public void setFlowfilter(List<FlowFilter> flowfilter) {
         this.flowfilter = flowfilter;
index 71d1b7ae964375d49e8e49e656fe7fb3a222940c..6a3938b68884902ded989bab9aec61af86b95bb4 100644 (file)
@@ -38,7 +38,7 @@ public class VTerminalInterfaceNorthboundList implements Serializable, Cloneable
 
     /**
      * getInterfaces - function to get the interfaces values for this object.
-     * @return {@link List<VTerminalInterfaceNorthbound>}
+     * @return List of {@link VTerminalInterfaceNorthbound} objects
      */
     public List<VTerminalInterfaceNorthbound> getInterfaces() {
         return interfaces;
index 103666950a2edc101a6a5a1749ba3cf322d2b66f..cdac03f6d8e52363a4ec2f071e19b7f0f5b9524b 100644 (file)
@@ -43,7 +43,7 @@ public class VTerminalNorthBoundList implements Serializable, Cloneable {
     /**
      * getVterm - function to get the vterminal lists for this object.
      *
-     * @return {@link List<VTerminalNorthBound>}
+     * @return List of {@link VTerminalNorthBound} objects
      */
     public List<VTerminalNorthBound> getVterm() {
         return vterminal;
@@ -52,7 +52,7 @@ public class VTerminalNorthBoundList implements Serializable, Cloneable {
     /**
      * setVterm - function to set the vterminal lists for this object.
      *
-     * @param vterminal
+     * @param vterm
      */
     public void setVterm(List<VTerminalNorthBound> vterm) {
         this.vterminal = vterm;
index f0970d4c519e5f1e84111bb1bbe3ee977bf13535..96504e1d83776cb17e67ca7ad17fdbb2b2290b8d 100644 (file)
@@ -41,7 +41,7 @@ public class VlanNorthBoundList implements Serializable, Cloneable {
     /**
      * getVlanmap- function to get the list of VlanNorthBound  values for this object.
      *
-     * @return {@link List<VlanNorthBound>}
+     * @return List of {@link VlanNorthBound} objects
      */
     public List<VlanNorthBound> getVlanmap() {
         return vlanmap;