remove irrelevant old JavaDoc from a long bygone era in northbound.api
[neutron.git] / northbound-api / src / main / java / org / opendaylight / neutron / northbound / api / NeutronSecurityRuleRequest.java
index ec91da7350138b752a2d8886d5f447f1458f8de8..dff94cd4ff449d242f329ac1c2e7799faabdab40 100644 (file)
@@ -5,7 +5,6 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-
 package org.opendaylight.neutron.northbound.api;
 
 import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
@@ -20,6 +19,7 @@ import org.opendaylight.neutron.spi.NeutronSecurityRule;
 @XmlAccessorType(XmlAccessType.NONE)
 @SuppressFBWarnings("URF_UNREAD_FIELD")
 public final class NeutronSecurityRuleRequest implements INeutronRequest<NeutronSecurityRule> {
+
     /**
      * See OpenStack Network API v2.0 Reference for a
      * description of annotated attributes and operations.