mirror of
https://github.com/Telecominfraproject/wlan-cloud-services.git
synced 2026-03-22 02:39:31 +00:00
WIFI-412: fixed typo in the error message
This commit is contained in:
@@ -106,7 +106,7 @@ public class PortForwarderController {
|
||||
ForwarderSession forwarderSession = getForwarder().getForwardingSession(localSessionId);
|
||||
|
||||
if(forwarderSession==null){
|
||||
throw new IllegalStateException("Could not find session" + localSessionId);
|
||||
throw new IllegalStateException("Could not find session " + localSessionId);
|
||||
}
|
||||
|
||||
getForwarder().stopForwarderSession(localSessionId);
|
||||
|
||||
Reference in New Issue
Block a user