Skip to content

Commit

Permalink
Added Checkstyle to ExchangeObserver
Browse files Browse the repository at this point in the history
  • Loading branch information
elisab3 committed May 24, 2026
1 parent 7ce2816 commit 50bf4be
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/java/Model/ExchangeObserver.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
*/
public interface ExchangeObserver {

/**
* Called by the Exchange after its state has changed.
*
* @param exchange the Exchange that triggered the notification
*/
void onExchangeUpdated(Exchange exchange);
/**
* Called by the Exchange after its state has changed.
*
* @param exchange the Exchange that triggered the notification
*/
void onExchangeUpdated(Exchange exchange);
}

0 comments on commit 50bf4be

Please sign in to comment.