Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TeeTime-Framework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nelson Tavares de Sousa
TeeTime-Framework
Commits
62259bcd
Commit
62259bcd
authored
9 years ago
by
Nelson Tavares de Sousa
Browse files
Options
Downloads
Patches
Plain Diff
added legacy code for api change
parent
7253ff94
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/changes/changes.xml
+3
-0
3 additions, 0 deletions
src/changes/changes.xml
src/main/java/teetime/framework/AbstractCompositeStage.java
+16
-0
16 additions, 0 deletions
src/main/java/teetime/framework/AbstractCompositeStage.java
with
19 additions
and
0 deletions
src/changes/changes.xml
+
3
−
0
View file @
62259bcd
...
@@ -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"
>
...
...
This diff is collapsed.
Click to expand it.
src/main/java/teetime/framework/AbstractCompositeStage.java
0 → 100644
+
16
−
0
View file @
62259bcd
package
teetime.framework
;
/**
* Legacy class: was renamed to {@link CompositeStage}
*
* @author Nelson Tavares de Sousa
*
*/
@Deprecated
public
class
AbstractCompositeStage
extends
CompositeStage
{
protected
AbstractCompositeStage
()
{
super
();
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment