Skip to content

Commit

Permalink
chore: add argument javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sysnote8main committed Feb 11, 2025
1 parent 016f40e commit a8b7dab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/net/azisaba/rcitemlogging/api/IApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public interface IApi {
* @param nameFrom event from
* @param nameTo event to
* @param message event detailed description
* @param targets who this log append to
*/
void put(
@NotNull String eventType,
Expand Down

0 comments on commit a8b7dab

Please sign in to comment.