Feature uses features-parent as parent
[groupbasedpolicy.git] / renderers / opflex / src / main / java / org / opendaylight / groupbasedpolicy / renderer / opflex / lib / OpflexAgent.java
index 03693452a94814e1b1f63d1706780d97b688ecb5..2f67dd5a35d0487ab0e0a623951630b7f9f92035 100644 (file)
@@ -1,17 +1,17 @@
 /*
  * 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;
 
 import java.util.List;
 
-import org.opendaylight.groupbasedpolicy.jsonrpc.JsonRpcEndpoint;
+import org.opendaylight.groupbasedpolicy.renderer.opflex.jsonrpc.JsonRpcEndpoint;
 
 /**
  * Represents a participant in an OpFlex domain. It
@@ -20,17 +20,16 @@ import org.opendaylight.groupbasedpolicy.jsonrpc.JsonRpcEndpoint;
  * for that server.
  *
  * @author tbachman
- *
  */
 public class OpflexAgent {
+
     String identity;
     String domain;
     List<Role> roles;
     JsonRpcEndpoint endpoint;
     OpflexRpcServer opflexServer;
 
-    public OpflexAgent() {
-    }
+    public OpflexAgent() {}
 
     /**
      * Get the OpFlex administrative domain for this agent