tim-connector: Fix typo in JobSchedulerController.showSynchronizationInfo() method

FEA: ItEr77S16JiraAndTimConnectorContributionIntegration
This commit is contained in:
Manuel Rego Casasnovas 2013-03-26 10:28:32 +01:00
parent ba8024aae7
commit 3e29b3023e

View file

@ -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(