File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
testcontainers-dapr/src/main/java/io/dapr/testcontainers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,12 +141,12 @@ public DaprContainer withAppHealthCheckProbeInterval(Integer appHealthCheckProbe
141141 return this ;
142142 }
143143
144- public DaprContainer withAppHealthCheckProbeTimeout (Integer appHealthCheckProbeTimeout ){
144+ public DaprContainer withAppHealthCheckProbeTimeout (Integer appHealthCheckProbeTimeout ) {
145145 this .appHealthCheckProbeTimeout = appHealthCheckProbeTimeout ;
146146 return this ;
147147 }
148148
149- public DaprContainer withAppHealthCheckThreshold (Integer appHealthCheckThreshold ) {
149+ public DaprContainer withAppHealthCheckThreshold (Integer appHealthCheckThreshold ) {
150150 this .appHealthCheckThreshold = appHealthCheckThreshold ;
151151 return this ;
152152 }
You can’t perform that action at this time.
0 commit comments