Skip to content

Commit

Permalink
fix(compiler): fix compilation issues with stage.mapTo
Browse files Browse the repository at this point in the history
  • Loading branch information
jrsquared committed Mar 31, 2017
1 parent 12b332e commit a76a13b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import org.springframework.beans.factory.annotation.Autowired
import org.springframework.stereotype.Component

@Component
@CompileStatic
class DeleteProjectStage implements StageDefinitionBuilder {
@Override
<T extends Execution<T>> void taskGraph(Stage<T> stage, TaskNode.Builder builder) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import org.springframework.beans.factory.annotation.Autowired
import org.springframework.stereotype.Component

@Component
@CompileStatic
class UpsertProjectStage implements StageDefinitionBuilder {
@Override
<T extends Execution<T>> void taskGraph(Stage<T> stage, TaskNode.Builder builder) {
Expand Down

0 comments on commit a76a13b

Please sign in to comment.