Skip to content

DATACMNS-682 - Fix abrupt documentation line ending. #121

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

Closed
wants to merge 1 commit into from

Conversation

thomasdarimont
Copy link

Completed description for packages to scan customisation with JavaConfig.

Completed description for packages to scan customisation with JavaConfig.

Original pull request: #121.
thomasdarimont pushed a commit that referenced this pull request Apr 16, 2015
…ing JavaConfig.

Completed description for the packages-to-scan customization with JavaConfig.

Original pull request: #121.
thomasdarimont pushed a commit that referenced this pull request Apr 16, 2015
…ing JavaConfig.

Completed description for the packages-to-scan customization with JavaConfig.

Original pull request: #121.
thomasdarimont pushed a commit that referenced this pull request Apr 16, 2015
…ing JavaConfig.

Completed description for the packages-to-scan customization with JavaConfig.

Original pull request: #121.
@odrotbohm odrotbohm closed this Apr 16, 2015
@odrotbohm odrotbohm deleted the issue/DATACMNS-682 branch April 16, 2015 11:22
odrotbohm pushed a commit that referenced this pull request Apr 26, 2017
We now encapsulate a boundary in Range within a Bound value object. Bound consists of a value and whether the value is inclusive or exclusive. Boundaries without a value are unbounded. We introduced factory methods for Range and Boundary creation using primitives and a builder to build a Range.

Range<Long> range = Range.unbounded();
Range<Integer> range = Range.from(Bound.inclusive(10)).to(Bound.inclusive(20));
Range<Integer> range = Range.of(Bound.inclusive(10), Bound.inclusive(20));

Original pull request: #121.
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.

2 participants