Fixed Analysis not refreshing #556

This commit is contained in:
Rsl1122 2018-04-04 21:42:59 +03:00
parent 3727b4a9db
commit 6c5b6d13a0

View File

@ -198,6 +198,7 @@ public class Analysis implements Callable<AnalysisData> {
Log.logDebug("Analysis");
Log.info(Locale.get(Msg.ANALYSIS_FINISHED).parse(time, ""));
Analysis.setServerProfile(null);
future = null;
}
}
}