Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#711 Some minor tweaks to #724 work #726

Merged
merged 2 commits into from
Jun 22, 2019

Conversation

crankydillo
Copy link
Contributor

No description provided.

sebady
sebady previously approved these changes Jun 19, 2019
Copy link
Contributor

@sebady sebady left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@crankydillo crankydillo changed the title #711 Fix comments #711 Some minor tweaks to #724 work Jun 20, 2019
require(to.toMillis > 0, s"The config property, $key, must be greater than 0 milliseconds.")
timeoutDuration.map { d =>
require(d.toMillis > 0, s"The config property, $key, must be greater than 0 milliseconds.")
Timeout(d)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Definitely makes the code more compact.

Copy link
Contributor

@akara akara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@akara akara merged commit af38fa2 into paypal:master Jun 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants