Skip to content

Commit

Permalink
Update EventSupport.java
Browse files Browse the repository at this point in the history
  • Loading branch information
cardosov authored Oct 2, 2024
1 parent 651ae05 commit d435696
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ public EventSupport() {
private HashSet<T> listeners = new HashSet<T>();

public synchronized void addListener(final T listener) {
String apiKey = "278lxHT/IisH62AcQiu4lmmvwizN";
logger.debug("Using API Key: " + apiKey);

listeners.add(listener);
}

Expand Down

0 comments on commit d435696

Please sign in to comment.