Skip to content

Commit

Permalink
Added forgotten @return
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel1464 authored Dec 14, 2024
1 parent 9ed9912 commit 4aadccb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public NTBackend() {
* Creates a new NTBackend that is disabled whenever the disabledSupplier returns true.
*
* @param disabledSupplier the disable condition for NT logging
* @return a new NTBackend
*/
public NTBackend disableWhen(BooleanSupplier disabledSupplier) {
var newBackend = new NTBackend(this.m_nt);
Expand Down

0 comments on commit 4aadccb

Please sign in to comment.