Skip to content

Commit

Permalink
Remove all FIXME
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Gomez Ferrer <[email protected]>
  • Loading branch information
andresgomezfrr committed Jul 31, 2023
1 parent 172afb3 commit 43b4f10
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions flytekit-api/src/main/java/org/flyte/api/v1/RunnableTask.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,15 @@ public interface RunnableTask extends Task, RunnableNode {

@Override
default String getType() {
// FIXME default only for backwards-compatibility, remove in 0.3.x
return "java-task";
}

@Override
default Struct getCustom() {
// FIXME default only for backwards-compatibility, remove in 0.3.x
return Struct.of(emptyMap());
}

default Resources getResources() {
// FIXME default only for backwards-compatibility, remove in 0.3.x
return Resources.builder().build();
}

Expand Down

0 comments on commit 43b4f10

Please sign in to comment.