Commit a9632df8 authored by Dele Olajide's avatar Dele Olajide

Fix bamboo build failure

parent d62cfc8e
...@@ -53,6 +53,11 @@ public class RemoteClientSession extends RemoteSession implements ClientSession ...@@ -53,6 +53,11 @@ public class RemoteClientSession extends RemoteSession implements ClientSession
super(nodeID, address); super(nodeID, address);
} }
public String getCipherSuiteName() {
return "NONE";
}
public PrivacyList getActiveList() { public PrivacyList getActiveList() {
Cache<String, ClientSessionInfo> cache = SessionManager.getInstance().getSessionInfoCache(); Cache<String, ClientSessionInfo> cache = SessionManager.getInstance().getSessionInfoCache();
ClientSessionInfo sessionInfo = cache.get(getAddress().toString()); ClientSessionInfo sessionInfo = cache.get(getAddress().toString());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment