Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Changed lockTimeOut to int and added measurement unit to settings#59

Merged
centrys-cristian-ilca merged 3 commits into
devfrom
AW-91
Jun 5, 2018
Merged

Changed lockTimeOut to int and added measurement unit to settings#59
centrys-cristian-ilca merged 3 commits into
devfrom
AW-91

Conversation

@centrys-cristian-ilca
Copy link
Copy Markdown
Contributor

No description provided.


private static final String DEFAULT_UNLOCK_TIMEOUT = "PT3M";
private static final Integer DEFAULT_UNLOCK_TIMEOUT = 3;
private static final String DEFAULT_UNLOCK_TIMEOUT_MEASUREMENT_UNIT = "M";
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

should be "minutes"


private static final String DEFAULT_UNLOCK_TIMEOUT = "PT3M";
private static final Integer DEFAULT_UNLOCK_TIMEOUT = 3;
private static final String DEFAULT_UNLOCK_TIMEOUT_MEASUREMENT_UNIT = "M";
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

should be minutes not M

@centrys-cristian-ilca centrys-cristian-ilca merged commit b5ed63f into dev Jun 5, 2018
@theotniel theotniel deleted the AW-91 branch June 15, 2018 15:32
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