Skip to content

Commit

Permalink
style: chage variable name to timeoutInSeconds
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosario Trischitta committed Nov 25, 2020
1 parent 97412c4 commit b6471eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class MetadataResponse {
@ApiModelProperty(notes = "Version of this api", required = true, position = 1)
private String apiVersion;
@ApiModelProperty(notes = "Maximal response timeout in seconds", required = true, position = 2)
private double timeOutInSeconds;
private double timeoutInSeconds;
@ApiModelProperty(
notes = "Extract region object holding the spatial|temporal extend + attribution",
required = true, position = 3)
Expand Down

0 comments on commit b6471eb

Please sign in to comment.