Correcting error message
This commit is contained in:
parent
b333fad9c2
commit
877fdaba8b
|
@ -283,8 +283,8 @@ public class WebSocketServerFactory extends ContainerLifeCycle implements WebSoc
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
throw new InvalidWebSocketException("Unable to create Session: unrecognized endpoint type: " + websocket.getClass().getName());
|
throw new InvalidWebSocketException("Unable to create Session: object unrecognized as websocket: " + websocket.getClass().getName());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue