Skip to content
Snippets Groups Projects
Commit 232b0043 authored by Sören Henning's avatar Sören Henning
Browse files

rename to stage

parent a987d505
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ import teetime.stage.basic.AbstractTransformation;
// Transformation:
// SoftwareSystem (Deployment) --> SoftwareSystem (Assembly)
// aggregate Containers
public class SoftwareSystemAggregator extends AbstractTransformation<SoftwareSystem, SoftwareSystem> {
public class SoftwareSystemAggregatorStage extends AbstractTransformation<SoftwareSystem, SoftwareSystem> {
@Override
protected void execute(final SoftwareSystem deploymentSoftwareSystem) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment