Skip to content

Commit a6e4609

Browse files
committed
merge
1 parent 078b355 commit a6e4609

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tmc-plugin/src/fi/helsinki/cs/tmc/actions/RefreshCoursesAction.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public void onFailure(Throwable ex) {
108108
}
109109
}
110110

111-
public void run() {
111+
/*public void run() {
112112
CancellableCallable<List<Course>> courseListTask = serverAccess.getDownloadingCourseListTask();
113113
BgTask.start("Refreshing course list", courseListTask, new BgTaskListener<List<Course>>() {
114114
@@ -163,7 +163,7 @@ public void bgTaskFailed(Throwable ex) {
163163
listeners.bgTaskFailed(ex);
164164
}
165165
});
166-
}
166+
}*/
167167

168168
private class DefaultListener implements BgTaskListener<List<Course>> {
169169

tmc-plugin/src/fi/helsinki/cs/tmc/utilities/BgTaskListener.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ public interface BgTaskListener<V> {
2222
* @param e The exception that caused the task to fail.
2323
*/
2424
public void bgTaskFailed(Throwable ex);
25+
2526
}

0 commit comments

Comments
 (0)