Skip to content
This repository has been archived by the owner on Jul 10, 2020. It is now read-only.

change type of min,max,suggestedMin and suggestedMax to Double #82

Merged
merged 7 commits into from
Jun 2, 2018

Conversation

slatequarry
Copy link
Contributor

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

  • What is the current behavior? (You can also link to an open issue here)

  • What is the new behavior (if this is a feature change)?

  • Other information:

Copy link
Owner

@moberwasserlechner moberwasserlechner left a comment

Choose a reason for hiding this comment

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

This would introduce a breaking change.

Changing the members to "java.lang.Double" is fine but either keep the existing methods and create new ones with a primitive double type or use primitive double arguments instead of "java.lang.Double" args in the existing methods.

double type
- restore old int argumented methods
@moberwasserlechner moberwasserlechner merged commit f8dda6d into moberwasserlechner:master Jun 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants