Integrate MRI projects for Neon
[netconf.git] / netconf / callhome-protocol / src / main / java / org / opendaylight / netconf / callhome / protocol / CallHomeProtocolSessionContext.java
index a2e1cb1ec844cd332db549a592255f3a64826784..3814e9d68324d2fd54ffe2ff005865ac87cc0a8a 100644 (file)
@@ -11,14 +11,12 @@ import java.net.InetSocketAddress;
 import java.security.PublicKey;
 
 /**
- *
  * Protocol level Session Context for incoming Call Home connections.
- *
  */
 public interface CallHomeProtocolSessionContext {
 
     /**
-     * Returns session identifier provided by  CallHomeAuthorizationProvider
+     * Returns session identifier provided by  CallHomeAuthorizationProvider.
      *
      * @return Returns application-provided session identifier
      */
@@ -32,7 +30,6 @@ public interface CallHomeProtocolSessionContext {
     PublicKey getRemoteServerKey();
 
     /**
-     *
      * Returns remote socket address associated with this session.
      *
      * @return remote socket address associated with this session.
@@ -45,5 +42,4 @@ public interface CallHomeProtocolSessionContext {
      * @return Version string provided by remote server.
      */
     String getRemoteServerVersion();
-
 }