Skip to content

Commit

Permalink
refact: fix javadoc²
Browse files Browse the repository at this point in the history
  • Loading branch information
Metaphoriker committed Oct 5, 2024
1 parent 563a08f commit f2a2207
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* // Define a listener for the new event
* public class CustomEventListener {
*
* @Subscribe
* {@literal @}Subscribe
* public void onCustomEvent(CustomEvent event) {
* System.out.println("Received custom event with message: " + event.getMessage());
* }
Expand Down

0 comments on commit f2a2207

Please sign in to comment.