Skip to content

Commit

Permalink
chore: annotated ConfigurationChangedListener to prevent compil error…
Browse files Browse the repository at this point in the history
… in IDEA

Signed-off-by: Andre Dietisheim <adietish@redhat.com>
  • Loading branch information
adietish committed Dec 22, 2022
1 parent 776b20f commit 34dbc85
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ public static Mode valueOf(boolean enabled) {
}
}

@FunctionalInterface
public interface ConfigurationChangedListener {
Topic<ConfigurationChangedListener> CONFIGURATION_CHANGED =
Topic.create("Telemetry Configuration Changed", ConfigurationChangedListener.class);
Expand Down

0 comments on commit 34dbc85

Please sign in to comment.