You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2025. It is now read-only.
Remove platform and ComposedTaskJobExecutionStatus getters/setters
These are not used by the thinTaskExecutions and can be removed
Also removed platformName because it is not used at all. Unlike ComposedTaskJobExecutionStatusi
that is used for setting the status and initialized through the constructor.
This was to be a part of PR #5813 but was missed by the committer.
Copy file name to clipboardExpand all lines: spring-cloud-dataflow-rest-resource/src/main/java/org/springframework/cloud/dataflow/rest/resource/TaskExecutionThinResource.java
-17Lines changed: 0 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,6 @@ public class TaskExecutionThinResource extends RepresentationModel<TaskExecution
79
79
80
80
privateStringschemaTarget;
81
81
82
-
privateStringplatformName;
83
82
84
83
publicTaskExecutionThinResource() {
85
84
}
@@ -88,7 +87,6 @@ public TaskExecutionThinResource(AggregateTaskExecution aggregateTaskExecution)
0 commit comments