Skip to content

Commit

Permalink
[FLINK-16939][rest] Declare field taskManagerIdParameter final
Browse files Browse the repository at this point in the history
  • Loading branch information
GJL committed Apr 2, 2020
1 parent a24734e commit c1d8f06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*/
public class TaskManagerMessageParameters extends MessageParameters {

public TaskManagerIdPathParameter taskManagerIdParameter = new TaskManagerIdPathParameter();
public final TaskManagerIdPathParameter taskManagerIdParameter = new TaskManagerIdPathParameter();

@Override
public Collection<MessagePathParameter<?>> getPathParameters() {
Expand Down

0 comments on commit c1d8f06

Please sign in to comment.