diff --git a/src/main/java/teetime/framework/AbstractCompositeStage.java b/src/main/java/teetime/framework/AbstractCompositeStage.java index cdc59573220e646e9c9bd8cc7441eb6e92e48e48..4a62b36f6cdc0f32f07f97fee84a0932e9ba8ca2 100644 --- a/src/main/java/teetime/framework/AbstractCompositeStage.java +++ b/src/main/java/teetime/framework/AbstractCompositeStage.java @@ -25,7 +25,7 @@ import teetime.util.Connection; /** * Represents a minimal stage that composes several other stages. * - * @since 1.1 + * @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.