We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20db68 commit 1777766Copy full SHA for 1777766
tmc-plugin/src/fi/helsinki/cs/tmc/actions/TmcModuleInstall.java
@@ -74,7 +74,7 @@ public void run() {
74
LoginDialog.display(new CheckForNewExercisesOrUpdates(false, false));
75
} else {
76
// Do full refresh.
77
- /* new RefreshCoursesAction().addDefaultListener(false, true).addListener(new BgTaskListener<List<Course>>() {
+ new RefreshCoursesAction().addDefaultListener(false, true).addListener(new BgTaskListener<List<Course>>() {
78
@Override
79
public void bgTaskReady(List<Course> result) {
80
log.warning("moduleInstall refresh ready");
@@ -94,7 +94,6 @@ public void bgTaskFailed(Throwable ex) {
94
log.warning("moduleInstall refresh failed " + ex);
95
}
96
}).run();
97
-*/
98
99
100
});
0 commit comments