Skip to content
Snippets Groups Projects
Commit af4e244c authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

removed deprecated annotation

parent fdf3698a
No related branches found
No related tags found
No related merge requests found
......@@ -115,9 +115,7 @@ public final class Analysis<T extends AnalysisConfiguration> implements Uncaught
/**
* This initializes the analysis and needs to be run right before starting it.
*
* @deprecated since 1.1, analysis will be initialized automatically by the framework
*/
@Deprecated
private final void init() {
if (initialized) {
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment