Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Lib
cloud
azure
OS Core Lib Azure
Commits
6bd6fd58
Commit
6bd6fd58
authored
Jun 29, 2021
by
Ronak Sakhuja
Browse files
fetching through function
parent
50297a29
Pipeline
#49106
failed with stage
in 39 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/opengroup/osdu/azure/di/EventGridTopicRetryConfiguration.java
View file @
6bd6fd58
...
...
@@ -46,7 +46,7 @@ public class EventGridTopicRetryConfiguration {
* @return True if retry is configured.
*/
public
boolean
isTimeoutConfigured
()
{
if
(
this
.
l
ongRunningOperationRetryTimeout
!=
DEFAULT_INT_VALUE
)
{
if
(
this
.
getL
ongRunningOperationRetryTimeout
()
!=
DEFAULT_INT_VALUE
)
{
return
true
;
}
return
false
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment