Checkstyle formatting issues fix (Northbound API)
[neutron.git] / northbound-api / src / main / java / org / opendaylight / neutron / northbound / api / NeutronVPNIKEPolicyRequest.java
index c4907cbf5c77f59ef5562e2dfcda7529e4ca5bda..ccc5851b47790249c77d2d7b5f4f38148875530a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright IBM Corporation, 2015.  All rights reserved.
+ * Copyright (c) 2015 IBM Corporation and others.  All rights reserved.
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
@@ -19,10 +19,10 @@ import org.opendaylight.neutron.spi.NeutronVPNIKEPolicy;
 @XmlAccessorType(XmlAccessType.NONE)
 public class NeutronVPNIKEPolicyRequest implements INeutronRequest<NeutronVPNIKEPolicy> {
 
-    @XmlElement(name="ikepolicy")
+    @XmlElement(name = "ikepolicy")
     NeutronVPNIKEPolicy singletonIKEPolicy;
 
-    @XmlElement(name="ikepolicies")
+    @XmlElement(name = "ikepolicies")
     List<NeutronVPNIKEPolicy> bulkIKEPolicies;
 
     NeutronVPNIKEPolicyRequest() {