Skip to content

Commit

Permalink
make method final
Browse files Browse the repository at this point in the history
  • Loading branch information
jtnelson committed May 20, 2019
1 parent a6b3192 commit 367400b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public StartState or() {
}

@Override
public Criteria at(Timestamp timestamp) {
public final Criteria at(Timestamp timestamp) {
return build().at(timestamp);
}

Expand Down

0 comments on commit 367400b

Please sign in to comment.