tim-connector: Fix typo in JobSchedulerController.showSynchronizationInfo() method
FEA: ItEr77S16JiraAndTimConnectorContributionIntegration
This commit is contained in:
parent
ba8024aae7
commit
3e29b3023e
1 changed files with 2 additions and 2 deletions
|
|
@ -187,7 +187,7 @@ public class JobSchedulerController extends
|
|||
public void onEvent(Event event) throws Exception {
|
||||
try {
|
||||
jobSchedulerModel.doManual(jobSchedulerConfiguration);
|
||||
shwoSynchronizationInfo();
|
||||
showSynchronizationInfo();
|
||||
} catch (ConnectorException e) {
|
||||
messagesForUser.showMessage(Level.ERROR,
|
||||
e.getMessage());
|
||||
|
|
@ -247,7 +247,7 @@ public class JobSchedulerController extends
|
|||
}
|
||||
|
||||
|
||||
private void shwoSynchronizationInfo() {
|
||||
private void showSynchronizationInfo() {
|
||||
Map<String, Object> args = new HashMap<String, Object>();
|
||||
|
||||
Window win = (Window) Executions.createComponents(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue