Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
See #1626
  • Loading branch information
garyrussell committed Nov 16, 2020
1 parent 1a1cc29 commit 82fc24a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ public EOSMode getEosMode() {
*/
public void setEosMode(EOSMode eosMode) {
if (eosMode == null) {
this.eosMode = EOSMode.ALPHA; // TODO change this in 2.7 to an assertion
this.eosMode = EOSMode.ALPHA;
}
else {
this.eosMode = eosMode;
Expand Down

0 comments on commit 82fc24a

Please sign in to comment.