Skip to content

Commit

Permalink
:fix: javadoc error
Browse files Browse the repository at this point in the history
Signed-off-by: riccardomodanese <riccardo.modanese@eurotech.com>
  • Loading branch information
riccardomodanese committed Nov 20, 2024
1 parent 5ecfc44 commit 746f34c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class Subscription {
*
* @param address address to listen for events
* @param name subscriber name. It's used to share events between multiple instances of the same consumer.
* @param serviceEventBusListener listener to invoke when an event is received
* @param kapuaEventListener listener to invoke when an event is received
*/
public Subscription(String address, String name, ServiceEventBusListener kapuaEventListener) {
this.name = name;
Expand Down

0 comments on commit 746f34c

Please sign in to comment.