Skip to content

Commit

Permalink
fix(core): Missing closing brace (#1826)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbackes authored and ajordens committed Nov 30, 2017
1 parent 8cdd337 commit 1f3daf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import org.springframework.beans.factory.annotation.Value
@Component
class WaitForClusterDisableTask extends AbstractWaitForClusterWideClouddriverTask implements CloudProviderAware {

@Value('${tasks.disableClusterMinTimeMillis:90000')
@Value('${tasks.disableClusterMinTimeMillis:90000}')
private int MINIMUM_WAIT_TIME_MS

private final Map<String, String> healthProviderNamesByPlatform
Expand Down

0 comments on commit 1f3daf1

Please sign in to comment.