forked from External/mage
* Some more changes to user disconnect handling.
This commit is contained in:
parent
a3dd6f6956
commit
8ab9abb8e8
3 changed files with 10 additions and 5 deletions
|
|
@ -1440,7 +1440,7 @@ public class SessionImpl implements Session {
|
|||
@Override
|
||||
public boolean endUserSession(String userSessionId) {
|
||||
try {
|
||||
if (JOptionPane.showConfirmDialog(null, "Are you sure you mean to mute userSessionId " + userSessionId + '?', "WARNING",
|
||||
if (JOptionPane.showConfirmDialog(null, "Are you sure you mean to end userSessionId " + userSessionId + '?', "WARNING",
|
||||
JOptionPane.YES_NO_OPTION) == JOptionPane.YES_OPTION) {
|
||||
if (isConnected()) {
|
||||
server.endUserSession(sessionId, userSessionId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue