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
Loading
...@@ -115,9 +115,7 @@ public final class Analysis<T extends AnalysisConfiguration> implements Uncaught ...@@ -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. * 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() { private final void init() {
if (initialized) { if (initialized) {
return; return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment