From cc7a7d824db6fcc21f8702d1fcba4388a23f39f8 Mon Sep 17 00:00:00 2001
From: Nelson Tavares de Sousa <stu103017@mail.uni-kiel.de>
Date: Mon, 15 Jun 2015 13:28:01 +0200
Subject: [PATCH] removed deprecated tag

---
 src/main/java/teetime/framework/AbstractCompositeStage.java | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/main/java/teetime/framework/AbstractCompositeStage.java b/src/main/java/teetime/framework/AbstractCompositeStage.java
index 3532a8b4..6623809d 100644
--- a/src/main/java/teetime/framework/AbstractCompositeStage.java
+++ b/src/main/java/teetime/framework/AbstractCompositeStage.java
@@ -15,17 +15,14 @@
  */
 package teetime.framework;
 
-
 /**
  * Represents a minimal stage that composes several other stages.
  *
  * @since 1.2
  * @author Christian Wulf, Nelson Tavares de Sousa
  *
- * @deprecated This concept is not yet implemented in a correct way. As soon as the concept is stable, we will remove the deprecated tag.
  *
  */
-@Deprecated
 public abstract class AbstractCompositeStage extends AnalysisConfiguration {
 
 	protected abstract Stage getFirstStage();
-- 
GitLab