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

added legacy code for api change

parent 7253ff94
Branches
Tags
No related merge requests found
...@@ -12,6 +12,9 @@ ...@@ -12,6 +12,9 @@
<action dev="ntd" type="add" issue="247"> <action dev="ntd" type="add" issue="247">
Configuration can now be executed from command line. Configuration can now be executed from command line.
</action> </action>
<action dev="ntd" type="add">
Renamed AbstractCompositeStage to CompositeStage and made it non-abstract.
</action>
</release> </release>
<release version="2.0" date="30.09.2015" description="Camellia Release"> <release version="2.0" date="30.09.2015" description="Camellia Release">
<action dev="ntd" type="add" issue="93"> <action dev="ntd" type="add" issue="93">
......
package teetime.framework;
/**
* Legacy class: was renamed to {@link CompositeStage}
*
* @author Nelson Tavares de Sousa
*
*/
@Deprecated
public class AbstractCompositeStage extends CompositeStage {
protected AbstractCompositeStage() {
super();
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment