Feature uses features-parent as parent
[groupbasedpolicy.git] / renderers / opflex / src / main / java / org / opendaylight / groupbasedpolicy / renderer / opflex / lib / messages / EndpointUpdateResponse.java
index add69a6fb413bd9c38b295db2490dfd29c94db7f..5a5a45ee84c7f96d4187aa6b671b9512295ef7ff 100644 (file)
@@ -1,15 +1,15 @@
 /*
  * Copyright (C) 2014 Cisco Systems, Inc.
- *
+ * 
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
- *
+ * 
  * Authors : Thomas Bachman
  */
 package org.opendaylight.groupbasedpolicy.renderer.opflex.lib.messages;
 
-import org.opendaylight.groupbasedpolicy.jsonrpc.RpcMessage;
+import org.opendaylight.groupbasedpolicy.renderer.opflex.jsonrpc.RpcMessage;
 
 import com.fasterxml.jackson.annotation.JsonIgnore;
 import com.fasterxml.jackson.databind.JsonNode;
@@ -58,8 +58,7 @@ public class EndpointUpdateResponse extends RpcMessage {
     }
 
     @Override
-    public void setMethod(String method) {
-    }
+    public void setMethod(String method) {}
 
     public Result getResult() {
         return this.result;
@@ -86,11 +85,11 @@ public class EndpointUpdateResponse extends RpcMessage {
     public void setName(String name) {
         this.name = name;
     }
+
     @JsonIgnore
     @Override
     public boolean valid() {
         return true;
     }
 
-
 }