Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
  • Loading branch information
miurahr committed Feb 4, 2023
1 parent 39c4fd5 commit f2b56f8
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,12 @@ public String getName() {

@Override
public boolean isEnabled() {
return false;
return enabled;
}

@Override
public void setEnabled(boolean b) {
enabled = b;
}

@Override
Expand Down

0 comments on commit f2b56f8

Please sign in to comment.