From d76b5f003ab9b829a205ac1e82dbedb5be5e13f7 Mon Sep 17 00:00:00 2001 From: Nelson Tavares de Sousa <ntd@informatik.uni-kiel.de> Date: Wed, 29 Apr 2015 13:23:37 +0200 Subject: [PATCH] marked as deprecated, as we need to renew it completely --- src/main/java/teetime/framework/AbstractCompositeStage.java | 1 + src/site/markdown/wiki | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 160000 src/site/markdown/wiki diff --git a/src/main/java/teetime/framework/AbstractCompositeStage.java b/src/main/java/teetime/framework/AbstractCompositeStage.java index c156a7c4..4e65f378 100644 --- a/src/main/java/teetime/framework/AbstractCompositeStage.java +++ b/src/main/java/teetime/framework/AbstractCompositeStage.java @@ -36,6 +36,7 @@ import teetime.framework.validation.InvalidPortConnection; * @author Christian Wulf, Nelson Tavares de Sousa * */ +@Deprecated public abstract class AbstractCompositeStage extends Stage { private static final IPipeFactory INTRA_PIPE_FACTORY = PipeFactoryRegistry.INSTANCE diff --git a/src/site/markdown/wiki b/src/site/markdown/wiki deleted file mode 160000 index 0e447457..00000000 --- a/src/site/markdown/wiki +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0e4474577e1f49bc96e734c286b2d9e0363895e8 -- GitLab