File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
src/Atata.Configuration.Json Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -80,26 +80,6 @@ public DriverJsonSection Driver
8080 /// </summary>
8181 public Dictionary < string , object > Variables { get ; set ; }
8282
83- /// <summary>
84- /// Gets or sets the base retry timeout in seconds.
85- /// </summary>
86- [ Obsolete ( "Use BaseRetryTimeout instead." ) ] // Obsolete since v0.17.0.
87- public double ? RetryTimeout
88- {
89- get => BaseRetryTimeout ;
90- set => BaseRetryTimeout = value ;
91- }
92-
93- /// <summary>
94- /// Gets or sets the base retry interval in seconds.
95- /// </summary>
96- [ Obsolete ( "Use BaseRetryInterval instead." ) ] // Obsolete since v0.17.0.
97- public double ? RetryInterval
98- {
99- get => BaseRetryInterval ;
100- set => BaseRetryInterval = value ;
101- }
102-
10383 /// <summary>
10484 /// Gets or sets the base retry timeout in seconds.
10585 /// </summary>
You can’t perform that action at this time.
0 commit comments