Remove unnecessary invocation to show message
FEA: ItEr74S04BugFixing
This commit is contained in:
parent
519618cec5
commit
e9ba879182
1 changed files with 0 additions and 1 deletions
|
|
@ -254,7 +254,6 @@ public class ReassignCommand implements IReassignCommand {
|
|||
Messagebox.show(resolve(message),
|
||||
_("Reassignation"),
|
||||
Messagebox.OK, Messagebox.INFORMATION);
|
||||
Messagebox.show(resolve(message));
|
||||
} catch (InterruptedException e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue