Skip to content

Conversation

patriknw
Copy link
Contributor

No description provided.

@patriknw
Copy link
Contributor Author

Refs #15955

@akka-ci akka-ci added validating PR is currently being validated by Jenkins tested PR that was successfully built and tested by Jenkins and removed validating PR is currently being validated by Jenkins labels Aug 13, 2015
@akka-ci
Copy link

akka-ci commented Aug 13, 2015

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://jenkins.akka.io/job/pr-validator-per-commit-jenkins/3390/

@@ -123,6 +135,13 @@ object SnapshotSelectionCriteria {
/**
* Java API.
*/
def create(maxSequenceNr: Long, maxTimestamp: Long,
minSequenceNr: Long, minTimestamp: Long) =
SnapshotSelectionCriteria(maxSequenceNr, maxTimestamp, minSequenceNr, minTimestamp)
Copy link
Contributor

Choose a reason for hiding this comment

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

Additional Java APIs?

def create(maxSequenceNr: Long, maxTimestamp: Long) =
?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

there was already a def create(maxSequenceNr: Long, maxTimestamp: Long)
we can't provide all permutations (default values)

Copy link
Contributor

Choose a reason for hiding this comment

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

yeah because all are Long... okey, all good then

@ktoso
Copy link
Contributor

ktoso commented Aug 13, 2015

LGTM

patriknw added a commit that referenced this pull request Aug 13, 2015
…triknw

+per #15955 Add lower bounds to SnapshotSelectionCriteria
@patriknw patriknw merged commit bf0ec83 into master Aug 13, 2015
@patriknw patriknw deleted the wip-15955-snapshot-lower-bound-patriknw branch August 13, 2015 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tested PR that was successfully built and tested by Jenkins
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants