Skip to content

Commit

Permalink
fixed files form Math #22
Browse files Browse the repository at this point in the history
  • Loading branch information
tdurieux committed Mar 7, 2017
1 parent 01f0312 commit 459ccb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ public double getSupportUpperBound() {

/** {@inheritDoc} */
public boolean isSupportLowerBoundInclusive() {
return true;
return false;
}

/** {@inheritDoc} */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public boolean isSupportLowerBoundInclusive() {

/** {@inheritDoc} */
public boolean isSupportUpperBoundInclusive() {
return false;
return true;
}

/**
Expand Down

0 comments on commit 459ccb3

Please sign in to comment.